dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was
ST.compile(filename='') Same as compilest(st, filename).
dis.hasjabs Sequence of bytecodes that have an absolute jump target.
ast.copy_location(new_node, old_node) Copy source location (lineno and col_offset) from old_node
dis.findlinestarts(code) This generator function uses the co_firstlineno and co_lnotab attributes
class dis.Instruction Details for a bytecode operation opcode
dis() Return a formatted view of the bytecode operations (the same as printed by dis.dis(), but returned as a multi-line
class dis.Bytecode(x, *, first_line=None, current_offset=None) Analyse the bytecode corresponding to a function, generator,
parser.st2list(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns
get_name() Return the symbol’s name.
Page 7 of 15