Files
openide/python/testData/psi/ExecPy2.txt
2010-01-22 18:43:04 +03:00

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)('}')