Classes
Node
2
▼
Base class for all AST nodes.
All nodes track their source location for error reporting.
Nodes are…
Node
2
▼
Base class for all AST nodes.
All nodes track their source location for error reporting. Nodes are immutable for thread-safety.
Attributes
| Name | Type | Description |
|---|---|---|
lineno |
int
|
— |
col_offset |
int
|
— |