pickletools.dis(pickle, out=None, memo=None, indentlevel=4, annotate=0) Outputs a symbolic disassembly of the pickle to the file-like object out, defaulting
class symtable.Class A namespace of a class. This class inherits SymbolTable.
Class.module The name of the module defining the class described by the class descriptor.
tokenize.untokenize(iterable) Converts tokens back into Python source code. The iterable must return sequences with
ast.parse(source, filename='', mode='exec') Parse the source into an AST node. Equivalent to compile(source, filename
ast.iter_fields(node) Yield a tuple of (fieldname, value) for each field in node._fields that is present
get_globals() Return a tuple containing names of globals in this function.
visit(node) Visit a node. The default implementation calls the method called self.visit_classname where
is_imported() Return True if the symbol is created from an import statement.
Class.methods A dictionary mapping method names to line numbers.
Page 8 of 15