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