mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
22 lines
748 B
Plaintext
22 lines
748 B
Plaintext
PyFile:PrintAsFunction26.py
|
|
PyFromImportStatement
|
|
PsiElement(Py:FROM_KEYWORD)('from')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: __future__
|
|
PsiElement(Py:IDENTIFIER)('__future__')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IMPORT_KEYWORD)('import')
|
|
PsiWhiteSpace(' ')
|
|
PyImportElement:print_function
|
|
PyReferenceExpression: print_function
|
|
PsiElement(Py:IDENTIFIER)('print_function')
|
|
PsiWhiteSpace('\n')
|
|
PyExpressionStatement
|
|
PyCallExpression: print
|
|
PyReferenceExpression: print
|
|
PsiElement(Py:IDENTIFIER)('print')
|
|
PyArgumentList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyStringLiteralExpression: a
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''a'')
|
|
PsiElement(Py:RPAR)(')') |