dis.Instruction.arg
  • References/Python/Python/Language

arg numeric argument to operation (if any), otherwise None

2025-01-10 15:47:30
dis.Instruction.argrepr
  • References/Python/Python/Language

argrepr human readable description of operation argument

2025-01-10 15:47:30
dis.Bytecode.from_traceback()
  • References/Python/Python/Language

classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset

2025-01-10 15:47:30
parser.STType
  • References/Python/Python/Language

parser.STType The type of the objects returned by expr(), suite() and sequence2st().

2025-01-10 15:47:30
parser.expr()
  • References/Python/Python/Language

parser.expr(source) The expr() function parses the parameter source as if it were an input to compile(source

2025-01-10 15:47:30
symtable.SymbolTable
  • References/Python/Python/Language

class symtable.SymbolTable A namespace table for a block. The constructor is not public.

2025-01-10 15:47:30
ast.NodeTransformer
  • References/Python/Python/Language

class ast.NodeTransformer A NodeVisitor subclass that walks the abstract syntax tree and allows modification of

2025-01-10 15:47:30
parser.ST.isexpr()
  • References/Python/Python/Language

ST.isexpr() Same as isexpr(st).

2025-01-10 15:47:30
pyclbr.readmodule()
  • References/Python/Python/Language

pyclbr.readmodule(module, path=None) Read a module and return a dictionary mapping class names to class descriptor objects.

2025-01-10 15:47:30
dis.show_code()
  • References/Python/Python/Language

dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string

2025-01-10 15:47:30