HomeSort by relevance Sort by last modified time
    Searched full:mutate_dict (Results 1 - 1 of 1) sorted by null

  /external/python/cpython3/Lib/test/
test_dict.py 430 mutate_dict = None variable in class:DictTest.test_mutating_lookup.NastyKey
440 if NastyKey.mutate_dict:
441 mydict, key = NastyKey.mutate_dict
442 NastyKey.mutate_dict = None
449 NastyKey.mutate_dict = (d, key1)
    [all...]

Completed in 204 milliseconds