Example #1
0
 def __eq__(self, other):
     if not self.xpath("*"):
         return ContentValue.__eq__(self, other)
     else:
         return SequenceValue.__eq__(self, other)
Example #2
0
 def __eq__(self, other):
     if not self.xpath("*"):
         return ContentValue.__eq__(self, other)
     else:
         return SequenceValue.__eq__(self, other)