| AliasedName |
Aliased name
|
| AnnotatedAssignment |
|
| AnyParameter |
|
| ArgList |
|
| Argument |
|
| AssertStatement |
|
| AssignmentExpression |
|
| AssignmentStatement |
|
| AwaitExpression |
|
| BinaryExpression |
|
| BreakStatement |
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-break-stmt
|
| CallExpression |
|
| ClassDef |
|
| CompoundAssignmentStatement |
|
| ComprehensionClause |
|
| ComprehensionExpression |
|
| ComprehensionFor |
|
| ComprehensionIf |
|
| ConditionalExpression |
|
| ContinueStatement |
See https://docs.python.org/3/reference/simple_stmts.html#the-continue-statement
|
| Decorator |
|
| DelStatement |
|
| DictCompExpression |
Dictionary Comprehension
|
| DictionaryLiteral |
|
| DictionaryLiteralElement |
|
| DottedName |
Example: os.env or Crypto.Cipher.AES
|
| EllipsisExpression |
Represents singleton Ellipsis object
|
| ElseClause |
|
| ExceptClause |
|
| ExecStatement |
Python 2 only.
|
| Expression |
|
| ExpressionList |
Example:
|
| ExpressionStatement |
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-expression-stmt
|
| FileInput |
Root of the AST.
|
| FinallyClause |
|
| FormattedExpression |
|
| ForStatement |
|
| FunctionDef |
|
| FunctionLike |
|
| GlobalStatement |
|
| HasSymbol |
|
| IfStatement |
if-elif-else statement.
|
| ImportFrom |
Import From statement
|
| ImportName |
Import statement
|
| ImportStatement |
Import statement
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-import-stmt
|
| InExpression |
|
| IsExpression |
|
| KeyValuePair |
|
| LambdaExpression |
|
| ListLiteral |
|
| Name |
See https://docs.python.org/3/reference/expressions.html#atom-identifiers
|
| NoneExpression |
See https://docs.python.org/3/library/constants.html#None
|
| NonlocalStatement |
|
| NumericLiteral |
|
| Parameter |
|
| ParameterList |
See https://docs.python.org/3/reference/compound_stmts.html#grammar-token-parameter-list
|
| ParenthesizedExpression |
|
| PassStatement |
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-pass-stmt
|
| PrintStatement |
Python 2 only.
|
| QualifiedExpression |
Qualified expression like "foo.bar"
|
| RaiseStatement |
|
| RegularArgument |
|
| ReprExpression |
Python 2 only.
|
| ReturnStatement |
|
| SetLiteral |
|
| SliceExpression |
|
| SliceItem |
|
| SliceList |
|
| Statement |
|
| StatementList |
|
| StringElement |
|
| StringLiteral |
See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
|
| SubscriptionExpression |
|
| Token |
|
| Tree |
|
| TreeVisitor |
|
| Trivia |
|
| TryStatement |
|
| Tuple |
|
| TupleParameter |
Python 2 only
|
| TypeAnnotation |
|
| UnaryExpression |
|
| UnpackingExpression |
|
| WhileStatement |
|
| WithItem |
|
| WithStatement |
|
| YieldExpression |
|
| YieldStatement |
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-yield-stmt
|