mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
24 lines
740 B
Plaintext
24 lines
740 B
Plaintext
PyFile:ReturnAtEOF.py
|
|
PyFunction('test')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('test')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyNamedParameter('a')
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyIfStatement
|
|
PyIfPartIf
|
|
PsiElement(Py:IF_KEYWORD)('if')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyReturnStatement
|
|
PsiElement(Py:RETURN_KEYWORD)('return') |