|
1.
|
|
|
Reserved Names
|
|
|
|
Reserved Names
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/reserved.rst:9
|
|
2.
|
|
|
Ren'Py reserves all names beginning with a single underscore (\_). Do not names beginning with an underscore in your code.
|
|
|
|
Ren'Py reserves all names beginning with a single underscore (\_). Do not names beginning with an underscore in your code.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/reserved.rst:11
|
|
3.
|
|
|
The following is a list of names that are used by Python. Re-using these names can lead to obscure problems.
|
|
|
|
The following is a list of names that are used by Python. Re-using these names can lead to obscure problems.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/reserved.rst:14
|
|
4.
|
|
|
ArithmeticError
|
|
|
|
ArithmeticError
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:1
|
|
5.
|
|
|
AssertionError
|
|
|
|
AssertionError
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:2
|
|
6.
|
|
|
AttributeError
|
|
|
|
AttributeError
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:3
|
|
7.
|
|
|
BaseException
|
|
|
|
BaseException
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:4
|
|
8.
|
|
|
BufferError
|
|
|
|
BufferError
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:5
|
|
9.
|
|
|
BytesWarning
|
|
|
|
BytesWarning
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:6
|
|
10.
|
|
|
DeprecationWarning
|
|
|
|
DeprecationWarning
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../../source/inc/reserved_builtins:7
|