| PyFile:LambdaConditional.py | |
| PyExpressionStatement | |
| PyLambdaExpression | |
| PsiElement(Py:LAMBDA_KEYWORD)('lambda') | |
| PsiWhiteSpace(' ') | |
| PyParameterList | |
| PyNamedParameter('x') | |
| PsiElement(Py:IDENTIFIER)('x') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace(' ') | |
| PyConditionalExpression | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('5') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IF_KEYWORD)('if') | |
| PsiWhiteSpace(' ') | |
| PyReferenceExpression: x | |
| PsiElement(Py:IDENTIFIER)('x') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:ELSE_KEYWORD)('else') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('2') |