mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
25 lines
912 B
Plaintext
25 lines
912 B
Plaintext
PyFile:CallInAssignment.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: text
|
|
PyCallExpression: etree.SubElement
|
|
PyReferenceExpression: SubElement
|
|
PyReferenceExpression: etree
|
|
PsiElement(Py:IDENTIFIER)('etree')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:IDENTIFIER)('SubElement')
|
|
PyArgumentList
|
|
PsiElement(Py:LPAR)('(')
|
|
PyReferenceExpression: dictionary
|
|
PsiElement(Py:IDENTIFIER)('dictionary')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: Name
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)('u'Name'')
|
|
PsiElement(Py:RPAR)(')')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:IDENTIFIER)('text')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: dict_name
|
|
PsiElement(Py:IDENTIFIER)('dict_name') |