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