mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Since builder could cache something related to the current scope (e.g. token type) GitOrigin-RevId: ffabda058dac874bd9187fa27d30b823f782fcf6
32 lines
1023 B
Plaintext
32 lines
1023 B
Plaintext
PyFile:FunctionWithPassAndAwaitAfterInPy36.py
|
|
PyFunction('a')
|
|
PsiElement(Py:ASYNC_KEYWORD)('async')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace('\n ')
|
|
PyStatementList
|
|
PyFunction('e')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('e')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass')
|
|
PsiWhiteSpace('\n ')
|
|
PyExpressionStatement
|
|
PyPrefixExpression
|
|
PsiElement(Py:AWAIT_KEYWORD)('await')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: undefined
|
|
PsiElement(Py:IDENTIFIER)('undefined') |