링크


원문 보러 가기
오역 신고하기
Created using Sphinx.

예비 할당 이름

렌파이는 하나의 밑줄 (_)로 시작하는 모든 이름을 내부에서 사용할 용도로 예비 할당합니다. 스크립트에 밑줄 하나로 시작하는 이름은 사용하지 마세요.

다음은 파이썬이 사용하는 이름 목록입니다. 이 이름을 재사용하면 발견하기 힘든 문제를 일으킬 수 있습니다.

  • ArithmeticError
  • AssertionError
  • AttributeError
  • BaseException
  • BufferError
  • BytesWarning
  • DeprecationWarning
  • EOFError
  • Ellipsis
  • EnvironmentError
  • Exception
  • False
  • FloatingPointError
  • FutureWarning
  • GeneratorExit
  • IOError
  • ImportError
  • ImportWarning
  • IndentationError
  • IndexError
  • KeyError
  • KeyboardInterrupt
  • LookupError
  • MemoryError
  • NameError
  • None
  • NotImplemented
  • NotImplementedError
  • OSError
  • OverflowError
  • PendingDeprecationWarning
  • ReferenceError
  • RuntimeError
  • RuntimeWarning
  • StandardError
  • StopIteration
  • SyntaxError
  • SyntaxWarning
  • SystemError
  • SystemExit
  • TabError
  • True
  • TypeError
  • UnboundLocalError
  • UnicodeDecodeError
  • UnicodeEncodeError
  • UnicodeError
  • UnicodeTranslateError
  • UnicodeWarning
  • UserWarning
  • ValueError
  • Warning
  • ZeroDivisionError
  • abs
  • all
  • any
  • apply
  • basestring
  • bin
  • bool
  • buffer
  • bytearray
  • bytes
  • callable
  • chr
  • classmethod
  • cmp
  • coerce
  • compile
  • complex
  • delattr
  • dict
  • dir
  • divmod
  • enumerate
  • eval
  • execfile
  • file
  • filter
  • float
  • format
  • frozenset
  • getattr
  • globals
  • hasattr
  • hash
  • hex
  • id
  • input
  • int
  • intern
  • isinstance
  • issubclass
  • iter
  • len
  • list
  • locals
  • long
  • map
  • max
  • memoryview
  • min
  • next
  • object
  • oct
  • open
  • ord
  • pow
  • print
  • property
  • range
  • raw_input
  • reduce
  • reload
  • repr
  • reversed
  • round
  • set
  • setattr
  • slice
  • sorted
  • staticmethod
  • str
  • sum
  • super
  • tuple
  • type
  • unichr
  • unicode
  • vars
  • xrange
  • zip

다음은 렌파이가 사용하는 이름 목록입니다. 특별한 경우에는 이 이름들이 재정의되는 경우도 있겠지만, 발견하기 힘든 문제가 발생하지 않도록 주의해야 합니다.

렌파이는 밑줄 하나로 시작하거나 "00"으로 시작하는 파일 이름을 예비 할당 합니다.