Files
openide/python/testData/psi/GeneratorInArgumentList.txt
Ekaterina Tuzova ef175a3436 separated token types for single/double and triple quoted strings
added lexer-level bytes/unicode detection
added lexer-level docstring detection
2011-07-10 17:59:57 +04:00

24 lines
863 B
Plaintext

PyFile:GeneratorInArgumentList.py
PyExpressionStatement
PyCallExpression: "".join
PyReferenceExpression: join
PyStringLiteralExpression:
PsiElement(Py:SINGLE_QUOTED_STRING)('""')
PsiElement(Py:DOT)('.')
PsiElement(Py:IDENTIFIER)('join')
PyArgumentList
PsiElement(Py:LPAR)('(')
PyGeneratorExpression
PyStringLiteralExpression:
PsiElement(Py:SINGLE_QUOTED_STRING)('' '')
PsiWhiteSpace(' ')
PsiElement(Py:FOR_KEYWORD)('for')
PsiWhiteSpace(' ')
PyTargetExpression: ca
PsiElement(Py:IDENTIFIER)('ca')
PsiWhiteSpace(' ')
PsiElement(Py:IN_KEYWORD)('in')
PsiWhiteSpace(' ')
PyReferenceExpression: comment
PsiElement(Py:IDENTIFIER)('comment')
PsiElement(Py:RPAR)(')')