mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
26 lines
805 B
Plaintext
26 lines
805 B
Plaintext
PyFile:EllipsisInSliceListTail.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: y
|
|
PsiElement(Py:IDENTIFIER)('y')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PySubscriptionExpression
|
|
PyReferenceExpression: x
|
|
PsiElement(Py:IDENTIFIER)('x')
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PyTupleExpression
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('0')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyNoneLiteralExpression
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('2')
|
|
PsiElement(Py:RBRACKET)(']')
|