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
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
dis.cmp_op
  • References/Python/Python/Language

dis.cmp_op Sequence of all compare operation names.

2025-01-10 15:47:30
pyclbr.Class.file
  • References/Python/Python/Language

Class.file Name of the file containing the class statement defining the class.

2025-01-10 15:47:30
symtable.Symbol.is_global()
  • References/Python/Python/Language

is_global() Return True if the symbol is global.

2025-01-10 15:47:30
symtable.Symbol.is_parameter()
  • References/Python/Python/Language

is_parameter() Return True if the symbol is a parameter.

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
ast.walk()
  • References/Python/Python/Language

ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)

2025-01-10 15:47:30