Class.file Name of the file containing the class statement defining the class.
is_global() Return True if the symbol is global.
is_parameter() Return True if the symbol is a parameter.
classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset
ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)
parser.st2tuple(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns
get_parameters() Return a tuple containing names of parameters to this function.
class symtable.SymbolTable A namespace table for a block. The constructor is not public.
ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of
dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source
Page 1 of 15