mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
21 lines
714 B
Plaintext
21 lines
714 B
Plaintext
PyFile:DictLiteral.py
|
|
PyExpressionStatement
|
|
PyDictLiteralExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PyKeyValueExpression
|
|
PyStringLiteralExpression: a
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''a'')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('1')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyKeyValueExpression
|
|
PyStringLiteralExpression: b
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''b'')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('2')
|
|
PsiElement(Py:RBRACE)('}') |