mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
23 lines
706 B
Plaintext
23 lines
706 B
Plaintext
PyFile:WithMissingID.py
|
|
PyWithStatement
|
|
PsiElement(Py:WITH_KEYWORD)('with')
|
|
PsiWhiteSpace(' ')
|
|
PyWithItem
|
|
PyCallExpression: open
|
|
PyReferenceExpression: open
|
|
PsiElement(Py:IDENTIFIER)('open')
|
|
PyArgumentList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyStringLiteralExpression:
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)('""')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:AS_KEYWORD)('as')
|
|
PsiErrorElement:Identifier expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |