symtable.symtable()
  • References/Python/Python/Language

symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code

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
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
dis.Instruction
  • References/Python/Python/Language

class dis.Instruction Details for a bytecode operation opcode

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
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
ast.iter_fields()
  • References/Python/Python/Language

ast.iter_fields(node) Yield a tuple of (fieldname, value) for each field in node._fields that is present

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

ast.parse(source, filename='', mode='exec') Parse the source into an AST node. Equivalent to compile(source, filename

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

pickletools.dis(pickle, out=None, memo=None, indentlevel=4, annotate=0) Outputs a symbolic disassembly of the pickle to the file-like object out, defaulting

2025-01-10 15:47:30
pyclbr.Class.methods
  • References/Python/Python/Language

Class.methods A dictionary mapping method names to line numbers.

2025-01-10 15:47:30