token.tok_name
  • References/Python/Python/Language

token.tok_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing

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
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
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
dis.stack_effect()
  • References/Python/Python/Language

dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.

2025-01-10 15:47:30
pyclbr.Class.super
  • References/Python/Python/Language

Class.super A list of Class objects which describe the immediate base classes of the class being described. Classes

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

info() Return a formatted multi-line string with detailed information about the code object, like code_info().

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
symtable.Symbol.is_assigned()
  • References/Python/Python/Language

is_assigned() Return True if the symbol is assigned to in its block.

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

compileall.compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, workers=1) Recursively

2025-01-10 15:47:30