Searched refs:test_fromkeys (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | mapping_tests.py | 422 def test_fromkeys(self): member in TestMappingProtocol |
D | test_ordered_dict.py | 122 def test_fromkeys(self): member in OrderedDictTests |
D | test_dict.py | 215 def test_fromkeys(self): member in DictTest |
/external/python/cpython2/Lib/test/ | ||
D | mapping_tests.py | 439 def test_fromkeys(self): member in TestMappingProtocol |
D | test_dict.py | 209 def test_fromkeys(self): member in DictTest |