| | | |
- _pickler(...)
- Returns the pickle magic to allow ast objects to be pickled.
- ast2list(...)
- Creates a list-tree representation of an AST.
- ast2tuple(...)
- Creates a tuple-tree representation of an AST.
- compileast(...)
- Compiles an AST object into a code object.
- expr(...)
- Creates an AST object from an expression.
- isexpr(...)
- Determines if an AST object was created from an expression.
- issuite(...)
- Determines if an AST object was created from a suite.
- sequence2ast(...)
- Creates an AST object from a tree representation.
- suite(...)
- Creates an AST object from a suite.
- tuple2ast(...)
- Creates an AST object from a tree representation.
|