parser.expr(source) The expr() function parses the parameter source as if it were an input to compile(source
ST.isexpr() Same as isexpr(st).
pyclbr.readmodule(module, path=None) Read a module and return a dictionary mapping class names to class descriptor objects.
dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string
dis.cmp_op Sequence of all compare operation names.
Class.file Name of the file containing the class statement defining the class.
is_global() Return True if the symbol is global.
is_parameter() Return True if the symbol is a parameter.
classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset
ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)
Page 1 of 15