Home
last modified time | relevance | path

Searched refs:test_popitem (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_ordered_dict.py220 def test_popitem(self): member in OrderedDictTests
855 def test_popitem(self): member in PurePythonGeneralMappingTests
867 def test_popitem(self): member in CPythonGeneralMappingTests
880 def test_popitem(self): member in PurePythonSubclassMappingTests
894 def test_popitem(self): member in CPythonSubclassMappingTests
Dmapping_tests.py288 def test_popitem(self): member in BasicTestMappingProtocol
500 def test_popitem(self): member in TestMappingProtocol
501 BasicTestMappingProtocol.test_popitem(self)
Dtest_dict_version.py150 def test_popitem(self): member in DictVersionTests
Dtest_dict.py457 def test_popitem(self): member in DictTest
Dtest_configparser.py809 def test_popitem(self): member in BasicTestCase
Dtest_mailbox.py443 def test_popitem(self, iterations=10): member in TestMailbox