mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
22 lines
720 B
Plaintext
22 lines
720 B
Plaintext
PyFile:KeywordAsDefaultParameterValue.py
|
|
PyFunction('select2')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('select2')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyNamedParameter('self')
|
|
PsiElement(Py:IDENTIFIER)('self')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyNamedParameter('fields')
|
|
PsiElement(Py:IDENTIFIER)('fields')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiErrorElement:Expression expected
|
|
PsiElement(Py:FROM_KEYWORD)('from')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |