mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
18 lines
566 B
Plaintext
18 lines
566 B
Plaintext
PyFile:IncompleteDict.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: some_dict
|
|
PsiElement(Py:IDENTIFIER)('some_dict')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyDictLiteralExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PsiWhiteSpace(' ')
|
|
PyKeyValueExpression
|
|
PyStringLiteralExpression: key
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''key'')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiErrorElement:Expression expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:RBRACE)('}') |