arg numeric argument to operation (if any), otherwise None
argrepr human readable description of operation argument
classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset
parser.STType The type of the objects returned by expr(), suite() and sequence2st().
parser.expr(source) The expr() function parses the parameter source as if it were an input to compile(source
class symtable.SymbolTable A namespace table for a block. The constructor is not public.
class ast.NodeTransformer A NodeVisitor subclass that walks the abstract syntax tree and allows modification of
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
Page 2 of 15