blob: 274b0e14b46ac677b8509ff0bee774725c725913 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001PyFile:DefaultTupleArguments.py
2 PyFunction('comp_args')
3 PsiElement(Py:DEF_KEYWORD)('def')
4 PsiWhiteSpace(' ')
5 PsiElement(Py:IDENTIFIER)('comp_args')
6 PyParameterList
7 PsiElement(Py:LPAR)('(')
8 PyTupleParameter
9 PsiElement(Py:LPAR)('(')
10 PyNamedParameter('a')
11 PsiElement(Py:IDENTIFIER)('a')
12 PsiElement(Py:COMMA)(',')
13 PsiWhiteSpace(' ')
14 PyNamedParameter('b')
15 PsiElement(Py:IDENTIFIER)('b')
16 PsiElement(Py:RPAR)(')')
17 PsiElement(Py:EQ)('=')
18 PyParenthesizedExpression
19 PsiElement(Py:LPAR)('(')
20 PyTupleExpression
21 PyNumericLiteralExpression
22 PsiElement(Py:INTEGER_LITERAL)('3')
23 PsiElement(Py:COMMA)(',')
24 PsiWhiteSpace(' ')
25 PyNumericLiteralExpression
26 PsiElement(Py:INTEGER_LITERAL)('4')
27 PsiElement(Py:RPAR)(')')
28 PsiElement(Py:RPAR)(')')
29 PsiElement(Py:COLON)(':')
30 PsiWhiteSpace('\n ')
31 PyStatementList
32 PyReturnStatement
33 PsiElement(Py:RETURN_KEYWORD)('return')
34 PsiWhiteSpace(' ')
35 PyTupleExpression
36 PyReferenceExpression: a
37 PsiElement(Py:IDENTIFIER)('a')
38 PsiElement(Py:COMMA)(',')
39 PsiWhiteSpace(' ')
40 PyReferenceExpression: b
41 PsiElement(Py:IDENTIFIER)('b')