mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
23 lines
746 B
Plaintext
23 lines
746 B
Plaintext
PyFile:SetComprehension.py
|
|
PyExpressionStatement
|
|
PySetCompExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PyReferenceExpression: x
|
|
PsiElement(Py:IDENTIFIER)('x')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:FOR_KEYWORD)('for')
|
|
PsiWhiteSpace(' ')
|
|
PyTargetExpression: x
|
|
PsiElement(Py:IDENTIFIER)('x')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IN_KEYWORD)('in')
|
|
PsiWhiteSpace(' ')
|
|
PyCallExpression: range
|
|
PyReferenceExpression: range
|
|
PsiElement(Py:IDENTIFIER)('range')
|
|
PyArgumentList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('10')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:RBRACE)('}') |