| PyFile:NestedGenerators.py | |
| PyAssignmentStatement | |
| PyTargetExpression: gen_object | |
| PsiElement(Py:IDENTIFIER)('gen_object') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:EQ)('=') | |
| PsiWhiteSpace(' ') | |
| PyGeneratorExpression | |
| PsiElement(Py:LPAR)('(') | |
| PyReferenceExpression: xx | |
| PsiElement(Py:IDENTIFIER)('xx') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:FOR_KEYWORD)('for') | |
| PsiWhiteSpace(' ') | |
| PyTargetExpression: bar | |
| PsiElement(Py:IDENTIFIER)('bar') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IN_KEYWORD)('in') | |
| PsiWhiteSpace(' ') | |
| PyReferenceExpression: lst1 | |
| PsiElement(Py:IDENTIFIER)('lst1') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:FOR_KEYWORD)('for') | |
| PsiWhiteSpace(' ') | |
| PyTargetExpression: xx | |
| PsiElement(Py:IDENTIFIER)('xx') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IN_KEYWORD)('in') | |
| PsiWhiteSpace(' ') | |
| PyReferenceExpression: bar | |
| PsiElement(Py:IDENTIFIER)('bar') | |
| PsiElement(Py:RPAR)(')') |