mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
25 lines
724 B
Plaintext
25 lines
724 B
Plaintext
PyFile:RangeAsLHS.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: foo
|
|
PsiElement(Py:IDENTIFIER)('foo')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyListLiteralExpression
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PsiElement(Py:RBRACKET)(']')
|
|
PsiWhiteSpace('\n')
|
|
PyAssignmentStatement
|
|
PySubscriptionExpression
|
|
PyReferenceExpression: foo
|
|
PsiElement(Py:IDENTIFIER)('foo')
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PySliceItem
|
|
PsiElement(Py:COLON)(':')
|
|
PsiElement(Py:RBRACKET)(']')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyListLiteralExpression
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PsiElement(Py:RBRACKET)(']') |