symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code
token.tok_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing
is_namespace() Return True if name binding introduces new namespace. If the name
pyclbr.readmodule_ex(module, path=None) Like readmodule(), but the returned dictionary, in addition to mapping
Class.super A list of Class objects which describe the immediate base classes of the class being described. Classes
class ast.AST This is the base of all AST node classes. The actual node classes are derived from the Parser/Python.asdl
dis.disassemble(code, lasti=-1, *, file=None) dis.disco(code, lasti=-1, *, file=None) Disassemble a code object
Class.lineno The line number of the class statement within the file named by file.
get_identifiers() Return a list of names of symbols in this table.
dis.dis(x=None, *, file=None) Disassemble the x object. x can denote either a module, a class, a method, a
Page 5 of 15