mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
33 lines
1004 B
Plaintext
33 lines
1004 B
Plaintext
PyFile:TupleArguments.py
|
|
PyFunction('foo')
|
|
PsiElement(Py:DEF_KEYWORD)('def')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('foo')
|
|
PyParameterList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyTupleParameter
|
|
PsiElement(Py:LPAR)('(')
|
|
PyNamedParameter('a')
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyNamedParameter('b')
|
|
PsiElement(Py:IDENTIFIER)('b')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyTupleParameter
|
|
PsiElement(Py:LPAR)('(')
|
|
PyNamedParameter('c')
|
|
PsiElement(Py:IDENTIFIER)('c')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyNamedParameter('d')
|
|
PsiElement(Py:IDENTIFIER)('d')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyStatementList
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |