| PyFile:SetComprehension.py | |
| PyExpressionStatement | |
| PySetCompExpression | |
| PsiElement(Py:LBRACE)('{') | |
| PyReferenceExpression: x | |
| PsiElement(Py:IDENTIFIER)('x') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:FOR_KEYWORD)('for') | |
| PsiWhiteSpace(' ') | |
| PyTargetExpression: x | |
| PsiElement(Py:IDENTIFIER)('x') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IN_KEYWORD)('in') | |
| PsiWhiteSpace(' ') | |
| PyCallExpression: range | |
| PyReferenceExpression: range | |
| PsiElement(Py:IDENTIFIER)('range') | |
| PyArgumentList | |
| PsiElement(Py:LPAR)('(') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('10') | |
| PsiElement(Py:RPAR)(')') | |
| PsiElement(Py:RBRACE)('}') |