mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
32 lines
994 B
Plaintext
32 lines
994 B
Plaintext
PyFile:SubscribedAssignmentLHS.py
|
|
PyAssignmentStatement
|
|
PySubscriptionExpression
|
|
PyReferenceExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('1')
|
|
PsiElement(Py:RBRACKET)(']')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('1')
|
|
PsiWhiteSpace('\n')
|
|
PyAssignmentStatement
|
|
PySubscriptionExpression
|
|
PyReferenceExpression: b
|
|
PyReferenceExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:IDENTIFIER)('b')
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('1')
|
|
PsiElement(Py:RBRACKET)(']')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('2')
|