token.ISNONTERMINAL(x) Return true for non-terminal token values.
tabnanny.filename_only Flag indicating whether to print only the filenames of files containing whitespace related problems.
dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.
keyword.kwlist Sequence containing all the keywords defined for the interpreter. If any keywords are defined to only be active
Class.lineno The line number of the class statement within the file named by file.
symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code
get_identifiers() Return a list of names of symbols in this table.
dis.hascompare Sequence of bytecodes of Boolean operations.
token.tok_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing
dis.opname Sequence of operation names, indexable using the bytecode.
Page 4 of 15