mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
22 lines
765 B
Plaintext
22 lines
765 B
Plaintext
PyFile:FStringTerminatedByLineBreakInStringLiteral.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: s
|
|
PsiElement(Py:IDENTIFIER)('s')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: {"""
|
|
PyFormattedStringNode
|
|
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)('"""}'') |