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')