Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/
D__init__.py2478 def hashcmp(self): member in Distribution
2489 return hash(self.hashcmp)
2492 return self.hashcmp < other.hashcmp
2495 return self.hashcmp <= other.hashcmp
2498 return self.hashcmp > other.hashcmp
2501 return self.hashcmp >= other.hashcmp
2507 return self.hashcmp == other.hashcmp
/external/python/setuptools/
DCHANGES.rst1619 * Issue #137: Update ``Distribution.hashcmp`` so that Distributions with