Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_set.py31 class HashCountingInt(int): class
314 d = dict.fromkeys(map(HashCountingInt, xrange(n)))
/external/python/cpython3/Lib/test/
Dtest_set.py32 class HashCountingInt(int): class
336 d = dict.fromkeys(map(HashCountingInt, range(n)))