Reserved Names link
文字や数字で始まらないファイル名と、 "00" で始まるファイル名は Ren'Py が予約しています。 "00" と "_" で始まるファイル名は特別に Ren'Py 内部で使用されています。
Ren'Py では、単一のアンダースコア (_) から始まるすべての名前を予約しています。将来のバージョンの Ren'Py でクラッシュを起こす可能性があるため、アンダースコアから始まる名前は自身のコード内で使わないでください。
以下は、Python によって使われている名前のリストです。これらの名前を再利用すると、予期しない問題が発生します。
ArithmeticError
AssertionError
AttributeError
BaseException
BlockingIOError
BrokenPipeError
BufferError
BytesWarning
ChildProcessError
ConnectionAbortedError
ConnectionError
ConnectionRefusedError
ConnectionResetError
DeprecationWarning
EOFError
Ellipsis
EncodingWarning
EnvironmentError
Exception
False
FileExistsError
FileNotFoundError
FloatingPointError
FutureWarning
GeneratorExit
IOError
ImportError
ImportWarning
IndentationError
IndexError
InterruptedError
IsADirectoryError
KeyError
KeyboardInterrupt
LookupError
MemoryError
ModuleNotFoundError
NameError
None
NoneType
NotADirectoryError
NotImplemented
NotImplementedError
OSError
OverflowError
PPP
PendingDeprecationWarning
PermissionError
ProcessLookupError
RecursionError
ReferenceError
ResourceWarning
RuntimeError
RuntimeWarning
StopAsyncIteration
StopIteration
SyntaxError
SyntaxWarning
SystemError
SystemExit
TabError
TimeoutError
True
TypeError
UnboundLocalError
UnicodeDecodeError
UnicodeEncodeError
UnicodeError
UnicodeTranslateError
UnicodeWarning
UserWarning
ValueError
Warning
ZeroDivisionError
abs
aiter
all
anext
any
ascii
bin
bool
breakpoint
bytearray
bytes
callable
chr
classmethod
compile
complex
copyright
credits
delattr
dict
dir
divmod
enumerate
eval
exec
exit
filter
float
format
frozenset
getattr
globals
hasattr
hash
help
hex
id
input
int
isinstance
issubclass
iter
len
license
list
locals
map
max
memoryview
min
next
object
oct
open
ord
pow
print
property
quit
range
repr
reversed
round
set
setattr
slice
sorted
staticmethod
str
sum
super
tuple
type
vars
zip
以下は、 Ren'Py によって使われている名前のリストです。再定義される場合もありますが、注意して行わないと予期しない問題が発生します。
ADVCharacter
ADVSpeaker
Action
Alpha
Animation
Bar
Button
ColorMatrix
DictEquality
DynamicCharacter
FactorZoom
FieldEquality
ImageButton
ImageReference
Input
LiveComposite
LiveCrop
LiveTile
Motion
Move
MoveFactory
MoveIn
MoveOut
NVLCharacter
NVLSpeaker
OldMoveTransition
PY2
Pan
Particles
Play
Position
Revolve
RevolveInOut
RotoZoom
RoundRect
Set
SizeZoom
Speaker
SplineMatrix
SplineMotion
Stop
SubTransition
TextButton
TransformMatrix
Viewport
VoiceInfo
Window
Zoom
ZoomInOut
absolute_import
adv_narrator
alt
anim
audio
basestring
bchr
bord
bubble
build
centered
color
config
default
default_transition
define
director
dissolve
division
easeinbottom
easeinleft
easeinright
easeintop
easeoutbottom
easeoutleft
easeoutright
easeouttop
extend
hyperlink_function
hyperlink_sensitive
hyperlink_styler
icon
incdir
irisout
layout
library
moveinbottom
moveinleft
moveintop
moveoutbottom
moveoutleft
moveouttop
nvl
nvl_clear_next
nvl_erase
nvl_list
nvl_narrator
nvl_show_core
nvl_variant
nvl_window
os
predict_menu
predict_say
print_function
pushdown
pushleft
pushup
pygame_sdl2
pystr
python_dict
python_list
python_object
python_set
raw_input
renpy_json
shaderdoc
slideawaydown
slideawayright
slideawayup
slidedown
slideright
slideup
srcdir
store
suppress_overlay
sv
swing
sys
textshader
theme
tobytes
toggle_skipping
top
unicode
unicode_literals
vcentered
wipedown
wiperight
wipeup
with_statement
xrange