dis.cmp_op Sequence of all compare operation names.
get_locals() Return a tuple containing names of locals in this function.
dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source
ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)
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
dis.hasjrel Sequence of bytecodes that have a relative jump target.
Function.file Name of the file containing the def statement defining the function.
dis.hascompare Sequence of bytecodes of Boolean operations.
symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code
Page 3 of 15