get_parameters() Return a tuple containing names of parameters to this function.
ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of
dis.hasjrel Sequence of bytecodes that have a relative jump target.
Function.file Name of the file containing the def statement defining the function.
argrepr human readable description of operation argument
is_parameter() Return True if the symbol is a parameter.
ST.isexpr() Same as isexpr(st).
dis.opmap Dictionary mapping operation names to bytecodes.
ast.fix_missing_locations(node) When you compile a node tree with
dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string
Page 1 of 15