mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
PyFile:MissingFunctionNameAndThenParametersList.py
|
|
PyFunction('null')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiErrorElement:Identifier expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |