AnnotatedAssignment.variable()
AnnotatedAssignment.annotation()
AnnotatedAssignment.assignedValue()
RegularArgument
UnpackingExpression
AssertStatement.condition()
AssertStatement.message()
AssignmentExpression.lhsName()
AssignmentExpression.expression()
AssignmentStatement.lhsExpressions()
AssignmentStatement.assignedValue()
AwaitExpression.expression()
TreeVisitor
BinaryExpression.leftOperand()
BinaryExpression.operator()
BinaryExpression.rightOperand()
CallExpression.callee()
CallExpression.argumentList()
CfgBlock
ClassDef.decorators()
ClassDef.name()
ClassDef.args()
ClassDef.docstring()
ClassDef.body()
CompoundAssignmentStatement.lhsExpression()
CompoundAssignmentStatement.compoundAssignmentToken()
CompoundAssignmentStatement.rhsExpression()
ComprehensionExpression.resultExpression()
ComprehensionExpression.comprehensionFor()
ComprehensionFor.loopExpression()
ComprehensionFor.iterable()
ComprehensionIf.condition()
ConditionalExpression.trueExpression()
ConditionalExpression.condition()
ConditionalExpression.falseExpression()
@
Decorator.name()
Decorator.arguments()
SimpleStatement
DelStatement.expressions()
DictionaryLiteral.elements()
KeyValuePair
os.env
Crypto.Cipher.AES
IfStatement.elseBranch()
ForStatement.elseClause()
WhileStatement.elseClause()
TryStatement.elseClause()
ExceptClause.exception()
ExceptClause.exceptionInstance()
ExceptClause.body()
CoreMetrics.NCLOC_DATA_KEY
CoreMetrics.COMMENT_LINES
FinallyClause.body()
ForStatement.expressions()
ForStatement.testExpressions()
ForStatement.body()
FunctionDef.decorators()
FunctionDef.name()
FunctionLike.parameters()
FunctionDef.returnTypeAnnotation()
FunctionDef.docstring()
FunctionDef.body()
FunctionDef
LambdaExpression
GlobalStatement.variables()
KeyValuePair.key()
KeyValuePair.colon()
KeyValuePair.value()
LambdaExpression.expression()
ListLiteral.elements()
NonlocalStatement.variables()
Parameter.name()
Parameter.typeAnnotation()
Parameter.defaultValue()
ParenthesizedExpression.expression()
RaiseStatement.expressions()
RaiseStatement.fromExpression()
RegularArgument.keywordArgument()
RegularArgument.expression()
ReturnStatement.expressions()
SetLiteral.elements()
SliceExpression.object()
SliceExpression.sliceList()
SliceItem.lowerBound()
SliceItem.boundSeparator()
SliceItem.upperBound()
SliceItem.strideSeparator()
SliceItem.stride()
StringElement.prefix()
StringElement.value()
SubscriptionExpression.object()
SubscriptionExpression.subscripts()
TryStatement.body()
TryStatement.exceptClauses()
TryStatement.finallyClause()
Tuple.elements()
TypeAnnotation.expression()
UnaryExpression.operator()
UnaryExpression.expression()
UnpackingExpression.starToken()
UnpackingExpression.expression()
WhileStatement.condition()
WhileStatement.body()
WithItem.test()
WithItem.expression()
WithStatement.withItems()
WithStatement.statements()
YieldExpression.expressions()