| PyFile:YieldFrom.py | |
| PyFunction('f') | |
| PsiElement(Py:DEF_KEYWORD)('def') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IDENTIFIER)('f') | |
| PyParameterList | |
| PsiElement(Py:LPAR)('(') | |
| PyNamedParameter('g') | |
| PsiElement(Py:IDENTIFIER)('g') | |
| PsiElement(Py:RPAR)(')') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyExpressionStatement | |
| PyYieldExpression | |
| PsiElement(Py:YIELD_KEYWORD)('yield') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:FROM_KEYWORD)('from') | |
| PsiWhiteSpace(' ') | |
| PyCallExpression: g | |
| PyReferenceExpression: g | |
| PsiElement(Py:IDENTIFIER)('g') | |
| PyArgumentList | |
| PsiElement(Py:LPAR)('(') | |
| PsiElement(Py:RPAR)(')') |