예제 #1
0
파일: soap.py 프로젝트: saursuma/telecom-v1
 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)
예제 #3
0
파일: soap.py 프로젝트: saursuma/telecom-v1
 def __len__(self):
     if not self.xpath("*"):
         return 2
     else:
         return SequenceValue.__len__(self)
예제 #4
0
 def __len__(self):
     if not self.xpath("*"):
         return 2
     else:
         return SequenceValue.__len__(self)