get_locals() Return a tuple containing names of locals in this function.
class ast.NodeTransformer A NodeVisitor subclass that walks the abstract syntax tree and allows modification of
Function.file Name of the file containing the def statement defining the function.
classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset
argrepr human readable description of operation argument
is_parameter() Return True if the symbol is a parameter.
dis.opmap Dictionary mapping operation names to bytecodes.
dis.cmp_op Sequence of all compare operation names.
dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator
dis.hascompare Sequence of bytecodes of Boolean operations.
Page 3 of 15