dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source
class symtable.SymbolTable A namespace table for a block. The constructor is not public.
get_parameters() Return a tuple containing names of parameters to this function.
is_global() Return True if the symbol is global.
is_jump_target True if other code jumps to here, otherwise False
ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of
parser.issuite(st) This function mirrors isexpr() in that it reports whether an ST object represents an 'exec'
parser.st2tuple(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns
has_exec() Return True if the block uses exec.
dis.hasjrel Sequence of bytecodes that have a relative jump target.
Page 2 of 15