Searched refs:hashes_to_check (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_hash.py | 134 hashes_to_check = [xrange(10), variable in HashBuiltinsTestCase |
/external/python/cpython3/Lib/test/ | ||
D | test_hash.py | 159 hashes_to_check = [enumerate(range(10)), variable in HashBuiltinsTestCase |