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

opname human readable name for operation

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

argval resolved arg value (if known), otherwise same as arg

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

dis.disco(code, lasti=-1, *, file=None) Disassemble a code object, indicating the last instruction if lasti was provided

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

pickletools.optimize(picklestring) Returns a new equivalent pickle string after eliminating unused PUT opcodes

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

is_local() Return True if the symbol is local to its block.

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

keyword.iskeyword(s) Return true if s is a Python keyword.

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

has_children() Return True if the block has nested namespaces within it. These can be obtained with get_children()

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

get_frees() Return a tuple containing names of free variables in this function.

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

get_lineno() Return the number of the first line in the block this table represents.

2025-01-10 15:47:30
symbol.sym_name
  • References/Python/Python/Language

symbol.sym_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing

2025-01-10 15:47:30