mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
20 lines
663 B
Plaintext
20 lines
663 B
Plaintext
PyFile:ConditionalExpression.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: x
|
|
PsiElement(Py:IDENTIFIER)('x')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyConditionalExpression
|
|
PyReferenceExpression: true_value
|
|
PsiElement(Py:IDENTIFIER)('true_value')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IF_KEYWORD)('if')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: condition
|
|
PsiElement(Py:IDENTIFIER)('condition')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:ELSE_KEYWORD)('else')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: false_value
|
|
PsiElement(Py:IDENTIFIER)('false_value') |