Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ordered_dict.py118 def test_popitem(self): member in TestOrderedDict
295 def test_popitem(self): member in GeneralMappingTests
305 def test_popitem(self): member in SubclassMappingTests
Dmapping_tests.py295 def test_popitem(self): member in BasicTestMappingProtocol
519 def test_popitem(self): member in TestMappingProtocol
520 BasicTestMappingProtocol.test_popitem(self)
Dtest_bsddb.py276 def test_popitem(self): member in TestBSDDB
Dtest_dict.py333 def test_popitem(self): member in DictTest
Dtest_mailbox.py352 def test_popitem(self, iterations=10): member in TestMailbox
/external/python/cpython3/Lib/test/
Dtest_ordered_dict.py217 def test_popitem(self): member in OrderedDictTests
777 def test_popitem(self): member in PurePythonGeneralMappingTests
789 def test_popitem(self): member in CPythonGeneralMappingTests
802 def test_popitem(self): member in PurePythonSubclassMappingTests
816 def test_popitem(self): member in CPythonSubclassMappingTests
Dtest_dict_version.py145 def test_popitem(self): member in DictVersionTests
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.py405 def test_popitem(self): member in DictTest
Dtest_configparser.py801 def test_popitem(self): member in BasicTestCase
Dtest_mailbox.py442 def test_popitem(self, iterations=10): member in TestMailbox