token.tok_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing
parser.compilest(st, filename='') The Python byte compiler can be invoked on an ST object to produce code objects which can
py_compile.compile(file, cfile=None, dfile=None, doraise=False, optimize=-1) Compile a source file to byte-code and write out
keyword.kwlist Sequence containing all the keywords defined for the interpreter. If any keywords are defined to only be active
dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.
Class.super A list of Class objects which describe the immediate base classes of the class being described. Classes
info() Return a formatted multi-line string with detailed information about the code object, like code_info().
py_compile.main(args=None) Compile several source files. The files named in args (or on the command line, if args
is_assigned() Return True if the symbol is assigned to in its block.
compileall.compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, workers=1) Recursively
Page 5 of 15