mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
26 lines
694 B
Plaintext
26 lines
694 B
Plaintext
PyFile:SingleClassBeforeFunction.py
|
|
PyClass: null
|
|
PsiElement(Py:CLASS_KEYWORD)('class')
|
|
PsiErrorElement:Identifier expected
|
|
<empty list>
|
|
PyArgumentList
|
|
<empty list>
|
|
PsiErrorElement:':' expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n\n\n')
|
|
PyStatementList
|
|
PsiErrorElement:Indent expected
|
|
<empty list>
|
|
PyFunction('foo')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('foo')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass')
|