parser.compilest(st, filename='') The Python byte compiler can be invoked on an ST object to produce code objects which can
dis.hasconst Sequence of bytecodes that have a constant parameter.
codeobj The compiled code object.
dis.hascompare Sequence of bytecodes of Boolean operations.
dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.
get_identifiers() Return a list of names of symbols in this table.
get_id() Return the table’s identifier.
token.ISEOF(x) Return true if x is the marker indicating the end of input.
is_optimized() Return True if the locals in this table can be optimized.
Class.name The name of the class.
Page 4 of 15