Module AstExtended
Import path
import semmle.python.AstExtended
Imports
Classes
AliasList |
A list of aliases in an import statement |
ArgumentsParent |
The parent of an |
AstNode |
A syntactic node (Class, Function, Module, Expr, Stmt or Comprehension) corresponding to a flow node |
BytesOrStr | |
Comprehension |
A comprehension part, the ‘for a in seq’ part of [ a * a for a in seq ] |
ComprehensionList |
A list of Comprehensions (for generating parts of a set, list or dictionary comprehension) |
DictItem | |
DictItemList | |
DictItemListParent | |
ExprContextParent |
The parent of an |
ExprList |
A list of expressions |
ExprListParent |
The parent of an |
ExprParent |
The parent of an |
FunctionParent |
The parent of a |
ParameterList |
A parameter list |
PatternList |
A list of patterns |
PatternListParent |
The parent of a |
PatternParent |
The parent of a |
StmtListParent |
The parent of a |
StrListParent |
The parent of a |
StringList |
A list of strings (the primitive type string not Bytes or Unicode) |
StringPart |
A part of a string literal formed by implicit concatenation. For example the string literal “abc” expressed in the source as |
StringPartList |