Example #1
0
 def __cmp__(self, other):
     return TypeAwareComparison.typecmp(self, other, lambda self, other: cmp(self.tuple_, other.tuple_))
Example #2
0
 def __cmp__(self, other):
     self.depth
     return TypeAwareComparison.typecmp(self, other,
         lambda self, other : cmp(self.hash, other.hash))
Example #3
0
 def __cmp__(self, other):
     return TypeAwareComparison.typecmp(
         self, other, lambda self, other: cmp(self.tuple_, other.tuple_))
Example #4
0
 def __cmp__(self, other):
     return TypeAwareComparison.typecmp(
         self, other, lambda self, other: cmp(self.foraVal, other.foraVal))
Example #5
0
 def __cmp__(self, other):
     return TypeAwareComparison.typecmp(
         self, other,
         lambda self, other: cmp(self.implVal_, other.implVal_))
Example #6
0
 def __cmp__(self, other):
     return TypeAwareComparison.typecmp(self, other,
         lambda self, other : cmp(self.foraVal, other.foraVal))
Example #7
0
 def __cmp__(self, other):
     return TypeAwareComparison.typecmp(self, other,
         lambda self, other : cmp(self.implVal_, other.implVal_))