Home
last modified time | relevance | path

Searched refs:TestMappingProtocol (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dmapping_tests.py305 class TestMappingProtocol(BasicTestMappingProtocol): class
536 class TestHashMappingProtocol(TestMappingProtocol):
539 TestMappingProtocol.test_getitem(self)
567 TestMappingProtocol.test_fromkeys(self)
576 TestMappingProtocol.test_pop(self)
650 TestMappingProtocol.test_setdefault(self)
/external/python/cpython2/Lib/test/
Dmapping_tests.py312 class TestMappingProtocol(BasicTestMappingProtocol): class
562 class TestHashMappingProtocol(TestMappingProtocol):
565 TestMappingProtocol.test_getitem(self)
593 TestMappingProtocol.test_fromkeys(self)
602 TestMappingProtocol.test_pop(self)
679 TestMappingProtocol.test_setdefault(self)
Dtest_userdict.py283 class UserDictMixinTest(mapping_tests.TestMappingProtocol):