Searched refs:hashcmp (Results 1 – 2 of 2) sorted by relevance
2478 def hashcmp(self): member in Distribution2489 return hash(self.hashcmp)2492 return self.hashcmp < other.hashcmp2495 return self.hashcmp <= other.hashcmp2498 return self.hashcmp > other.hashcmp2501 return self.hashcmp >= other.hashcmp2507 return self.hashcmp == other.hashcmp
1619 * Issue #137: Update ``Distribution.hashcmp`` so that Distributions with