token.ISNONTERMINAL(x) Return true for non-terminal token values.
Class.name The name of the class.
Class.lineno The line number of the class statement within the file named by file.
dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was
tabnanny.filename_only Flag indicating whether to print only the filenames of files containing whitespace related problems.
dis.hasfree Sequence of bytecodes that access a free variable (note that ‘free’ in this context refers to names in the current
class symtable.Symbol An entry in a SymbolTable corresponding to an identifier in the source. The constructor is
dis.disassemble(code, lasti=-1, *, file=None) dis.disco(code, lasti=-1, *, file=None) Disassemble a code object
get_identifiers() Return a list of names of symbols in this table.
dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator
Page 4 of 15