parser.STType The type of the objects returned by expr(), suite() and sequence2st().
dis.cmp_op Sequence of all compare operation names.
parser.expr(source) The expr() function parses the parameter source as if it were an input to compile(source
dis.hasname Sequence of bytecodes that access an attribute by name.
pyclbr.readmodule(module, path=None) Read a module and return a dictionary mapping class names to class descriptor objects.
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
ST.isexpr() Same as isexpr(st).
ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)
Class.file Name of the file containing the class statement defining the class.
Page 1 of 15