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

/external/python/cpython2/Lib/test/
H A Dmapping_tests.py276 # no test_fromkeys or test_copy as both os.environ and selves don't support it
439 def test_fromkeys(self): member in class:TestMappingProtocol
591 def test_fromkeys(self): member in class:TestHashMappingProtocol
592 TestMappingProtocol.test_fromkeys(self)
H A Dtest_dict.py209 def test_fromkeys(self): member in class:DictTest
/external/python/cpython3/Lib/test/
H A Dmapping_tests.py267 # no test_fromkeys or test_copy as both os.environ and selves don't support it
422 def test_fromkeys(self): member in class:TestMappingProtocol
565 def test_fromkeys(self): member in class:TestHashMappingProtocol
566 TestMappingProtocol.test_fromkeys(self)
H A Dtest_ordered_dict.py122 def test_fromkeys(self): member in class:OrderedDictTests
H A Dtest_dict.py215 def test_fromkeys(self): member in class:DictTest

Completed in 321 milliseconds