Searched refs:HashCountingInt (Results 1 – 2 of 2) sorted by relevance
31 class HashCountingInt(int): class314 d = dict.fromkeys(map(HashCountingInt, xrange(n)))
32 class HashCountingInt(int): class336 d = dict.fromkeys(map(HashCountingInt, range(n)))