mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
added lexer-level bytes/unicode detection added lexer-level docstring detection
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)('}') |