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