| PyFile:TupleArguments.py | |
| PyFunction('foo') | |
| PsiElement(Py:DEF_KEYWORD)('def') | |
| PsiWhiteSpace(' ') | |
| PsiElement(Py:IDENTIFIER)('foo') | |
| PyParameterList | |
| PsiElement(Py:LPAR)('(') | |
| PyTupleParameter | |
| PsiElement(Py:LPAR)('(') | |
| PyNamedParameter('a') | |
| PsiElement(Py:IDENTIFIER)('a') | |
| PsiElement(Py:COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| PyNamedParameter('b') | |
| PsiElement(Py:IDENTIFIER)('b') | |
| PsiElement(Py:RPAR)(')') | |
| PsiElement(Py:COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| PyTupleParameter | |
| PsiElement(Py:LPAR)('(') | |
| PyNamedParameter('c') | |
| PsiElement(Py:IDENTIFIER)('c') | |
| PsiElement(Py:COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| PyNamedParameter('d') | |
| PsiElement(Py:IDENTIFIER)('d') | |
| PsiElement(Py:RPAR)(')') | |
| PsiElement(Py:RPAR)(')') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace(' ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') |