| PyFile:CommentBetweenClasses.py |
| PsiElement(Py:CLASS_KEYWORD)('class') |
| PsiElement(Py:IDENTIFIER)('T1') |
| PyReferenceExpression: object |
| PsiElement(Py:IDENTIFIER)('object') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:DEF_KEYWORD)('def') |
| PsiElement(Py:IDENTIFIER)('m1') |
| PsiElement(Py:IDENTIFIER)('self') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:PASS_KEYWORD)('pass') |
| PsiComment(Py:END_OF_LINE_COMMENT)('# comment about T2') |
| PsiElement(Py:CLASS_KEYWORD)('class') |
| PsiElement(Py:IDENTIFIER)('T2') |
| PyReferenceExpression: object |
| PsiElement(Py:IDENTIFIER)('object') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:DEF_KEYWORD)('def') |
| PsiElement(Py:IDENTIFIER)('m2') |
| PsiElement(Py:IDENTIFIER)('self') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:PASS_KEYWORD)('pass') |