mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
22 lines
772 B
Plaintext
22 lines
772 B
Plaintext
PyFile:FStringTerminatedByLineBreakInStringLiteral.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: s
|
|
PsiElement(Py:IDENTIFIER)('s')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: {"""
|
|
PyFormattedStringElement
|
|
PsiElement(Py:FSTRING_START)('f'')
|
|
PyFStringFragment
|
|
PsiElement(Py:FSTRING_FRAGMENT_START)('{')
|
|
PyStringLiteralExpression:
|
|
PsiElement(Py:TRIPLE_QUOTED_STRING)('"""')
|
|
PsiErrorElement:Type conversion, ':' or '}' expected
|
|
<empty list>
|
|
PsiErrorElement:' expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n')
|
|
PyExpressionStatement
|
|
PyStringLiteralExpression: }'
|
|
PsiElement(Py:TRIPLE_QUOTED_STRING)('"""}'') |