keyword.kwlist
  • References/Python/Python/Language

keyword.kwlist Sequence containing all the keywords defined for the interpreter. If any keywords are defined to only be active

2025-01-10 15:47:30
py_compile.compile()
  • References/Python/Python/Language

py_compile.compile(file, cfile=None, dfile=None, doraise=False, optimize=-1) Compile a source file to byte-code and write out

2025-01-10 15:47:30
parser.compilest()
  • References/Python/Python/Language

parser.compilest(st, filename='') The Python byte compiler can be invoked on an ST object to produce code objects which can

2025-01-10 15:47:30
token.ISNONTERMINAL()
  • References/Python/Python/Language

token.ISNONTERMINAL(x) Return true for non-terminal token values.

2025-01-10 15:47:30
dis.hasconst
  • References/Python/Python/Language

dis.hasconst Sequence of bytecodes that have a constant parameter.

2025-01-10 15:47:30
tabnanny.filename_only
  • References/Python/Python/Language

tabnanny.filename_only Flag indicating whether to print only the filenames of files containing whitespace related problems.

2025-01-10 15:47:30
symtable.SymbolTable.is_optimized()
  • References/Python/Python/Language

is_optimized() Return True if the locals in this table can be optimized.

2025-01-10 15:47:30
py_compile.main()
  • References/Python/Python/Language

py_compile.main(args=None) Compile several source files. The files named in args (or on the command line, if args

2025-01-10 15:47:30
dis.code_info()
  • References/Python/Python/Language

dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator

2025-01-10 15:47:30
dis.hasfree
  • References/Python/Python/Language

dis.hasfree Sequence of bytecodes that access a free variable (note that ‘free’ in this context refers to names in the current

2025-01-10 15:47:30