| Tor Norbye | 3a2425a | 2013-11-04 10:16:08 -0800 | [diff] [blame^] | 1 | PyFile:LambdaComprehension.py | 
 | 2 |   PyExpressionStatement | 
 | 3 |     PyListCompExpression | 
 | 4 |       PsiElement(Py:LBRACKET)('[') | 
 | 5 |       PyReferenceExpression: x | 
 | 6 |         PsiElement(Py:IDENTIFIER)('x') | 
 | 7 |       PsiWhiteSpace(' ') | 
 | 8 |       PsiElement(Py:FOR_KEYWORD)('for') | 
 | 9 |       PsiWhiteSpace(' ') | 
 | 10 |       PyTargetExpression: x | 
 | 11 |         PsiElement(Py:IDENTIFIER)('x') | 
 | 12 |       PsiWhiteSpace(' ') | 
 | 13 |       PsiElement(Py:IN_KEYWORD)('in') | 
 | 14 |       PsiWhiteSpace(' ') | 
 | 15 |       PyTupleExpression | 
 | 16 |         PyLambdaExpression | 
 | 17 |           PsiElement(Py:LAMBDA_KEYWORD)('lambda') | 
 | 18 |           PyParameterList | 
 | 19 |             <empty list> | 
 | 20 |           PsiElement(Py:COLON)(':') | 
 | 21 |           PsiWhiteSpace(' ') | 
 | 22 |           PyReferenceExpression: True | 
 | 23 |             PsiElement(Py:IDENTIFIER)('True') | 
 | 24 |         PsiElement(Py:COMMA)(',') | 
 | 25 |         PsiWhiteSpace(' ') | 
 | 26 |         PyLambdaExpression | 
 | 27 |           PsiElement(Py:LAMBDA_KEYWORD)('lambda') | 
 | 28 |           PyParameterList | 
 | 29 |             <empty list> | 
 | 30 |           PsiElement(Py:COLON)(':') | 
 | 31 |           PsiWhiteSpace(' ') | 
 | 32 |           PyReferenceExpression: False | 
 | 33 |             PsiElement(Py:IDENTIFIER)('False') | 
 | 34 |       PsiWhiteSpace(' ') | 
 | 35 |       PsiElement(Py:IF_KEYWORD)('if') | 
 | 36 |       PsiWhiteSpace(' ') | 
 | 37 |       PyCallExpression: x | 
 | 38 |         PyReferenceExpression: x | 
 | 39 |           PsiElement(Py:IDENTIFIER)('x') | 
 | 40 |         PyArgumentList | 
 | 41 |           PsiElement(Py:LPAR)('(') | 
 | 42 |           PsiElement(Py:RPAR)(')') | 
 | 43 |       PsiElement(Py:RBRACKET)(']') |