Tor Norbye | 3a2425a5 | 2013-11-04 10:16:08 -0800 | [diff] [blame] | 1 | PyFile: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') |