mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
PyFile:Nonlocal.py
|
|
PyNonlocalStatement
|
|
PsiElement(Py:NONLOCAL_KEYWORD)('nonlocal')
|
|
PsiWhiteSpace(' ')
|
|
PyTargetExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyTargetExpression: b
|
|
PsiElement(Py:IDENTIFIER)('b') |