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

get_parameters() Return a tuple containing names of parameters to this function.

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.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
parser.ST.isexpr()
  • References/Python/Python/Language

ST.isexpr() Same as isexpr(st).

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

ast.fix_missing_locations(node) When you compile a node tree with

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

dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string

2025-01-10 15:47:30