dis.cmp_op
  • References/Python/Python/Language

dis.cmp_op Sequence of all compare operation names.

2025-01-10 15:47:30
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
dis.get_instructions()
  • References/Python/Python/Language

dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source

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

ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)

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

is_jump_target True if other code jumps to here, otherwise False

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

ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of

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

dis.hasjrel Sequence of bytecodes that have a relative jump target.

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

dis.hascompare Sequence of bytecodes of Boolean operations.

2025-01-10 15:47:30
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