dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was
dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.
dis.hasfree Sequence of bytecodes that access a free variable (note that ‘free’ in this context refers to names in the current
is_assigned() Return True if the symbol is assigned to in its block.
get_id() Return the table’s identifier.
compileall.compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, workers=1) Recursively
Class.name The name of the class.
info() Return a formatted multi-line string with detailed information about the code object, like code_info().
codeobj The compiled code object.
get_methods() Return a tuple containing the names of methods declared in the class.
Page 4 of 15