Expand description
Structs§
- Comprehension
- Represents a comprehension in a list/dict/set/generator.
- Except
Handler - Represents an exception handler in a try statement.
- Import
Name - Represents a name in an import statement.
- Keyword
- Represents a keyword argument.
- Match
Case - Represents a case in a match statement.
- Parameter
- Represents a function parameter.
- Program
- A Python program consisting of a list of statements.
- Python
Root - Root node of a Python source file.
- With
Item - Represents an item in a with statement.
Enums§
- Augmented
Operator - Represents an augmented assignment operator.
- Binary
Operator - Represents a binary operator.
- Bool
Operator - Represents a boolean operator.
- Compare
Operator - Represents a comparison operator.
- Expression
- Represents a Python expression.
- Literal
- Represents a literal value.
- Pattern
- Represents a pattern in a match case.
- Statement
- Represents a Python statement.
- Type
- Represents a type annotation.
- Unary
Operator - Represents a unary operator.