def __cmp__(self, other): return TypeAwareComparison.typecmp(self, other, lambda self, other: cmp(self.tuple_, other.tuple_))
def __cmp__(self, other): self.depth return TypeAwareComparison.typecmp(self, other, lambda self, other : cmp(self.hash, other.hash))
def __cmp__(self, other): return TypeAwareComparison.typecmp( self, other, lambda self, other: cmp(self.tuple_, other.tuple_))
def __cmp__(self, other): return TypeAwareComparison.typecmp( self, other, lambda self, other: cmp(self.foraVal, other.foraVal))
def __cmp__(self, other): return TypeAwareComparison.typecmp( self, other, lambda self, other: cmp(self.implVal_, other.implVal_))
def __cmp__(self, other): return TypeAwareComparison.typecmp(self, other, lambda self, other : cmp(self.foraVal, other.foraVal))
def __cmp__(self, other): return TypeAwareComparison.typecmp(self, other, lambda self, other : cmp(self.implVal_, other.implVal_))