is_namespace() Return True if name binding introduces new namespace. If the name
dis.opname Sequence of operation names, indexable using the bytecode.
class ast.AST This is the base of all AST node classes. The actual node classes are derived from the Parser/Python.asdl
class symtable.Symbol An entry in a SymbolTable corresponding to an identifier in the source. The constructor is
symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code
py_compile.main(args=None) Compile several source files. The files named in args (or on the command line, if args
dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator
dis.dis(x=None, *, file=None) Disassemble the x object. x can denote either a module, a class, a method, a
dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was
Class.lineno The line number of the class statement within the file named by file.
Page 6 of 15