py_compile.main(args=None) Compile several source files. The files named in args (or on the command line, if args
class symtable.Symbol An entry in a SymbolTable corresponding to an identifier in the source. The constructor is
get_id() Return the table’s identifier.
pyclbr.readmodule_ex(module, path=None) Like readmodule(), but the returned dictionary, in addition to mapping
dis.dis(x=None, *, file=None) Disassemble the x object. x can denote either a module, a class, a method, a
get_methods() Return a tuple containing the names of methods declared in the class.
Class.name The name of the class.
codeobj The compiled code object.
token.ISEOF(x) Return true if x is the marker indicating the end of input.
py_compile.compile(file, cfile=None, dfile=None, doraise=False, optimize=-1) Compile a source file to byte-code and write out
Page 5 of 15