dis.Instruction.offset
  • References/Python/Python/Language

offset start index of operation within bytecode sequence

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

compileall.compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1) Byte-compile all the

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

ast.increment_lineno(node, n=1) Increment the line number of each node in the tree starting at node by n.

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

is_referenced() Return True if the symbol is used in its block.

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

opcode numeric code for operation, corresponding to the opcode values listed below and the bytecode values in the Opcode

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

pickletools.genops(pickle) Provides an iterator over all of the opcodes in a pickle,

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

get_name() Return the table’s name. This is the name of the class if the table is for a class, the name of the function if the

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

get_children() Return a list of the nested symbol tables.

2025-01-10 15:47:30
symtable.Function
  • References/Python/Python/Language

class symtable.Function A namespace for a function or method. This class inherits SymbolTable.

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

starts_line line started by this opcode (if any), otherwise None

2025-01-10 15:47:30