compileall.compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1) Byte-compile all the
ast.increment_lineno(node, n=1) Increment the line number of each node in the tree starting at node by n.
is_referenced() Return True if the symbol is used in its block.
opcode numeric code for operation, corresponding to the opcode values listed below and the bytecode values in the Opcode
pickletools.genops(pickle) Provides an iterator over all of the opcodes in a pickle,
get_name() Return the table’s name. This is the name of the class if the table is for a class, the name of the function if the
get_children() Return a list of the nested symbol tables.
class symtable.Function A namespace for a function or method. This class inherits SymbolTable.
starts_line line started by this opcode (if any), otherwise None
_fields Each concrete class has an attribute _fields which gives the names of all child nodes.
Page 10 of 15