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

get_locals() Return a tuple containing names of locals in this function.

2025-01-10 15:47:30
ast.NodeTransformer
  • References/Python/Python/Language

class ast.NodeTransformer A NodeVisitor subclass that walks the abstract syntax tree and allows modification of

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

Function.file Name of the file containing the def statement defining the function.

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

classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset

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

argrepr human readable description of operation argument

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

is_parameter() Return True if the symbol is a parameter.

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

dis.opmap Dictionary mapping operation names to bytecodes.

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

dis.cmp_op Sequence of all compare operation names.

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

dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator

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

dis.hascompare Sequence of bytecodes of Boolean operations.

2025-01-10 15:47:30