Home
last modified time | relevance | path

Searched defs: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
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
773 def test_popitem(self): member in PurePythonGeneralMappingTests
785 def test_popitem(self): member in CPythonGeneralMappingTests
798 def test_popitem(self): member in PurePythonSubclassMappingTests
812 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
Dtest_configparser.py801 def test_popitem(self): member in BasicTestCase
Dtest_dict.py405 def test_popitem(self): member in DictTest
Dtest_mailbox.py442 def test_popitem(self, iterations=10): member in TestMailbox