keyword.kwlist Sequence containing all the keywords defined for the interpreter. If any keywords are defined to only be active
py_compile.compile(file, cfile=None, dfile=None, doraise=False, optimize=-1) Compile a source file to byte-code and write out
parser.compilest(st, filename='') The Python byte compiler can be invoked on an ST object to produce code objects which can
token.ISNONTERMINAL(x) Return true for non-terminal token values.
dis.hasconst Sequence of bytecodes that have a constant parameter.
tabnanny.filename_only Flag indicating whether to print only the filenames of files containing whitespace related problems.
is_optimized() Return True if the locals in this table can be optimized.
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.hasfree Sequence of bytecodes that access a free variable (note that ‘free’ in this context refers to names in the current
Page 6 of 15