blob: 5c8c0998d4968af72fc2eeff54f0ce0f720079aa [file] [log] [blame]
Tor Norbye3a2425a52013-11-04 10:16:08 -08001PyFile:Nonlocal.py
2 PyNonlocalStatement
3 PsiElement(Py:NONLOCAL_KEYWORD)('nonlocal')
4 PsiWhiteSpace(' ')
5 PyTargetExpression: a
6 PsiElement(Py:IDENTIFIER)('a')
7 PsiElement(Py:COMMA)(',')
8 PsiWhiteSpace(' ')
9 PyTargetExpression: b
10 PsiElement(Py:IDENTIFIER)('b')