mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
PyFile:IncompleteFor.py
|
|
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
|
|
PyForStatement
|
|
PyForPart
|
|
PsiElement(Py:FOR_KEYWORD)('for')
|
|
PsiWhiteSpace(' ')
|
|
PyTargetExpression: item
|
|
PsiElement(Py:IDENTIFIER)('item')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IN_KEYWORD)('in')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: ba
|
|
PsiElement(Py:IDENTIFIER)('ba')
|
|
PsiErrorElement:':' expected
|
|
<empty list>
|
|
PyStatementList
|
|
PsiErrorElement:Indent expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n\n')
|
|
PyFunction('bar')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('bar')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |