Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_hash.py72 class OnlyCmp(object): class
77 del OnlyCmp.__hash__
81 class InheritedHashWithCmp(FixedHash, OnlyCmp): pass
91 OnlyCmp(),