Home
last modified time | relevance | path

Searched refs:NastyKey (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_dict.py555 class NastyKey: class
566 if NastyKey.mutate_dict:
567 mydict, key = NastyKey.mutate_dict
568 NastyKey.mutate_dict = None
572 key1 = NastyKey(1)
573 key2 = NastyKey(2)
575 NastyKey.mutate_dict = (d, key1)

Completed in 3 milliseconds