mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
22 lines
742 B
Plaintext
22 lines
742 B
Plaintext
PyFile:IfInList.py
|
|
PyIfStatement
|
|
PyIfPartIf
|
|
PsiElement(Py:IF_KEYWORD)('if')
|
|
PsiWhiteSpace(' ')
|
|
PyBinaryExpression
|
|
PyStringLiteralExpression: string
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)('"string"')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IN_KEYWORD)('in')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: string
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)('"string"')
|
|
PsiErrorElement:Colon expected
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)('"string2"')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |