mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
PyFile:ExecPy2.py
|
|
PyExecStatement
|
|
PsiElement(Py:EXEC_KEYWORD)('exec')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: print 1
|
|
PsiElement(Py:STRING_LITERAL)(''print 1'')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IN_KEYWORD)('in')
|
|
PsiWhiteSpace(' ')
|
|
PyDictLiteralExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PsiElement(Py:RBRACE)('}')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyDictLiteralExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PsiElement(Py:RBRACE)('}')
|