Base Nodes¶
These are abstract node classes that other nodes inherit from.
|
Base class for Set, FrozenSet, Tuple and List. |
|
Scoping for different types of comprehensions. |
|
this class provides locals handling common to Module, FunctionDef and ClassDef nodes, including a dict like interface for direct access to locals information |
|
A node of the new Abstract Syntax Tree (AST). |
|
Base class for all Pattern nodes. |