mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
GitOrigin-RevId: 82e38fcb502ed68d5676f2cc774ef2653d69febb
26 lines
809 B
Plaintext
26 lines
809 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(' ')
|
|
PyEllipsisLiteralExpression
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('2')
|
|
PsiElement(Py:RBRACKET)(']')
|