symbol.sym_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing
dis.disco(code, lasti=-1, *, file=None) Disassemble a code object, indicating the last instruction if lasti was provided
parser.sequence2st(sequence) This function accepts a parse tree represented as a sequence and builds an internal representation
ST.totuple(line_info=False, col_info=False) Same as st2tuple(st, line_info, col_info).
lineno col_offset Instances of ast.expr and ast.stmt subclasses have lineno
get_namespaces() Return a list of namespaces bound to this name.
exception tokenize.TokenError Raised when either a docstring or expression that may be split over several lines is not completed
get_frees() Return a tuple containing names of free variables in this function.
is_declared_global() Return True if the symbol is declared global with a global statement.
Function.module The name of the module defining the function described by the function descriptor.
Page 13 of 15