blob: a1c3cf5abb557022e975688c8919c9eac68c9833 [file] [log] [blame]
PyFile:IfInList.py
PyIfStatement
PyIfPartIf
PsiElement(Py:IF_KEYWORD)('if')
PsiWhiteSpace(' ')
PyBinaryExpression
PyStringLiteralExpression: string
PsiElement(Py:SINGLE_QUOTED_STRING)('"string"')
PsiWhiteSpace(' ')
PsiElement(Py:IN_KEYWORD)('in')
PsiWhiteSpace(' ')
PyStringLiteralExpression: string
PsiElement(Py:SINGLE_QUOTED_STRING)('"string"')
PsiErrorElement:Colon expected
PsiElement(Py:COMMA)(',')
PsiWhiteSpace(' ')
PsiElement(Py:SINGLE_QUOTED_STRING)('"string2"')
PsiElement(Py:COLON)(':')
PsiWhiteSpace('\n ')
PyStatementList
PyPassStatement
PsiElement(Py:PASS_KEYWORD)('pass')