dis.distb()
  • References/Python/Python/Language

dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was

2025-01-10 15:47:30
parser.ST.compile()
  • References/Python/Python/Language

ST.compile(filename='') Same as compilest(st, filename).

2025-01-10 15:47:30
dis.hasjabs
  • References/Python/Python/Language

dis.hasjabs Sequence of bytecodes that have an absolute jump target.

2025-01-10 15:47:30
ast.copy_location()
  • References/Python/Python/Language

ast.copy_location(new_node, old_node) Copy source location (lineno and col_offset) from old_node

2025-01-10 15:47:30
dis.findlinestarts()
  • References/Python/Python/Language

dis.findlinestarts(code) This generator function uses the co_firstlineno and co_lnotab attributes

2025-01-10 15:47:30
dis.Instruction
  • References/Python/Python/Language

class dis.Instruction Details for a bytecode operation opcode

2025-01-10 15:47:30
dis.Bytecode.dis()
  • References/Python/Python/Language

dis() Return a formatted view of the bytecode operations (the same as printed by dis.dis(), but returned as a multi-line

2025-01-10 15:47:30
dis.Bytecode
  • References/Python/Python/Language

class dis.Bytecode(x, *, first_line=None, current_offset=None) Analyse the bytecode corresponding to a function, generator,

2025-01-10 15:47:30
parser.st2list()
  • References/Python/Python/Language

parser.st2list(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns

2025-01-10 15:47:30
symtable.Symbol.get_name()
  • References/Python/Python/Language

get_name() Return the symbol’s name.

2025-01-10 15:47:30