mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
PyFile:ExecPy2.py
|
|
PyExecStatement
|
|
PsiElement(Py:EXEC_KEYWORD)('exec')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: print 1
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''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)('}') |