Searched refs:hashcmp (Results 1 – 2 of 2) sorted by relevance
2605 def hashcmp(self): member in Distribution2616 return hash(self.hashcmp)2619 return self.hashcmp < other.hashcmp2622 return self.hashcmp <= other.hashcmp2625 return self.hashcmp > other.hashcmp2628 return self.hashcmp >= other.hashcmp2634 return self.hashcmp == other.hashcmp
3881 * Issue #137: Update ``Distribution.hashcmp`` so that Distributions with