Tor Norbye | 3a2425a5 | 2013-11-04 10:16:08 -0800 | [diff] [blame] | 1 | PyFile:NestedGenerators.py |
| 2 | PyAssignmentStatement |
| 3 | PyTargetExpression: gen_object |
| 4 | PsiElement(Py:IDENTIFIER)('gen_object') |
| 5 | PsiWhiteSpace(' ') |
| 6 | PsiElement(Py:EQ)('=') |
| 7 | PsiWhiteSpace(' ') |
| 8 | PyGeneratorExpression |
| 9 | PsiElement(Py:LPAR)('(') |
| 10 | PyReferenceExpression: xx |
| 11 | PsiElement(Py:IDENTIFIER)('xx') |
| 12 | PsiWhiteSpace(' ') |
| 13 | PsiElement(Py:FOR_KEYWORD)('for') |
| 14 | PsiWhiteSpace(' ') |
| 15 | PyTargetExpression: bar |
| 16 | PsiElement(Py:IDENTIFIER)('bar') |
| 17 | PsiWhiteSpace(' ') |
| 18 | PsiElement(Py:IN_KEYWORD)('in') |
| 19 | PsiWhiteSpace(' ') |
| 20 | PyReferenceExpression: lst1 |
| 21 | PsiElement(Py:IDENTIFIER)('lst1') |
| 22 | PsiWhiteSpace(' ') |
| 23 | PsiElement(Py:FOR_KEYWORD)('for') |
| 24 | PsiWhiteSpace(' ') |
| 25 | PyTargetExpression: xx |
| 26 | PsiElement(Py:IDENTIFIER)('xx') |
| 27 | PsiWhiteSpace(' ') |
| 28 | PsiElement(Py:IN_KEYWORD)('in') |
| 29 | PsiWhiteSpace(' ') |
| 30 | PyReferenceExpression: bar |
| 31 | PsiElement(Py:IDENTIFIER)('bar') |
| 32 | PsiElement(Py:RPAR)(')') |