mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
22 lines
740 B
Plaintext
22 lines
740 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:':' expected
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)('"string2"')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |