| PyFile:CommentBeforeMethod.py |
| PsiElement(Py:CLASS_KEYWORD)('class') |
| PsiElement(Py:IDENTIFIER)('UserProfile') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:PASS_KEYWORD)('pass') |
| PsiComment(Py:END_OF_LINE_COMMENT)('# trailing comment') |
| PsiComment(Py:END_OF_LINE_COMMENT)('#leading comment') |
| PsiComment(Py:END_OF_LINE_COMMENT)('#noinspection PyUnusedLocal') |
| PsiElement(Py:DEF_KEYWORD)('def') |
| PsiElement(Py:IDENTIFIER)('foo') |
| PyNamedParameter('sender') |
| PsiElement(Py:IDENTIFIER)('sender') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:PASS_KEYWORD)('pass') |