Tor Norbye | 3a2425a5 | 2013-11-04 10:16:08 -0800 | [diff] [blame] | 1 | PyFile:RaiseFrom.py |
2 | PyRaiseStatement | ||||
3 | PsiElement(Py:RAISE_KEYWORD)('raise') | ||||
4 | PsiWhiteSpace(' ') | ||||
5 | PyReferenceExpression: SyntaxError | ||||
6 | PsiElement(Py:IDENTIFIER)('SyntaxError') | ||||
7 | PsiWhiteSpace(' ') | ||||
8 | PsiElement(Py:FROM_KEYWORD)('from') | ||||
9 | PsiWhiteSpace(' ') | ||||
10 | PyReferenceExpression: exc | ||||
11 | PsiElement(Py:IDENTIFIER)('exc') |