Home
last modified time | relevance | path

Searched refs:hashcmp (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/pkg_resources/
D__init__.py2605 def hashcmp(self): member in Distribution
2616 return hash(self.hashcmp)
2619 return self.hashcmp < other.hashcmp
2622 return self.hashcmp <= other.hashcmp
2625 return self.hashcmp > other.hashcmp
2628 return self.hashcmp >= other.hashcmp
2634 return self.hashcmp == other.hashcmp
/external/python/setuptools/
DCHANGES.rst3881 * Issue #137: Update ``Distribution.hashcmp`` so that Distributions with