mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
18 lines
535 B
Plaintext
18 lines
535 B
Plaintext
PyFile:MissingDefaultValue.py
|
|
PyFunction('fa')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('fa')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyNamedParameter('a')
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiErrorElement:expression expected
|
|
<empty list>
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |