mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
IPython specific syntax is captured by console parser, including: * Multiline magic * Exclamation in suffixes * Double exclamation * Help syntax Test classes for console moved to separate package.
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
PyFile:magicError.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: b
|
|
PsiElement(Py:IDENTIFIER)('b')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiErrorElement:Multiline magic can't be used as an expression
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PyEmptyExpression
|
|
PsiElement(Py:PERC)('%')
|
|
PsiElement(Py:PERC)('%')
|
|
PsiElement(Py:IDENTIFIER)('bach') |