is_optimized() Return True if the locals in this table can be optimized.
dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator
dis.hasconst Sequence of bytecodes that have a constant parameter.
class ast.AST This is the base of all AST node classes. The actual node classes are derived from the Parser/Python.asdl
Class.super A list of Class objects which describe the immediate base classes of the class being described. Classes
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
dis.disassemble(code, lasti=-1, *, file=None) dis.disco(code, lasti=-1, *, file=None) Disassemble a code object
info() Return a formatted multi-line string with detailed information about the code object, like code_info().
parser.compilest(st, filename='') The Python byte compiler can be invoked on an ST object to produce code objects which can
Page 6 of 15