| PyFile:WithStatement.py | |
| PyFromImportStatement | |
| PsiElement(Py:FROM_KEYWORD)('from') | |
| PsiWhiteSpace(' ') | |
| PyReferenceExpression: __future__ | |
| PsiElement(Py:IDENTIFIER)('__future__') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IMPORT_KEYWORD)('import') | |
| PsiWhiteSpace(' ') | |
| PyImportElement:with_statement | |
| PyReferenceExpression: with_statement | |
| PsiElement(Py:IDENTIFIER)('with_statement') | |
| PsiWhiteSpace('\n') | |
| PyWithStatement | |
| PsiElement(Py:WITH_KEYWORD)('with') | |
| PsiWhiteSpace(' ') | |
| PyWithItem | |
| PyReferenceExpression: x | |
| PsiElement(Py:IDENTIFIER)('x') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:AS_KEYWORD)('as') | |
| PsiWhiteSpace(' ') | |
| PyTargetExpression: y | |
| PsiElement(Py:IDENTIFIER)('y') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') |