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
282 def test_popitem(self): member in GeneralMappingTests
292 def test_popitem(self): member in SubclassMappingTests
Dtest_bsddb.py276 def test_popitem(self): member in TestBSDDB
Dmapping_tests.py294 def test_popitem(self): member in BasicTestMappingProtocol
518 def test_popitem(self): member in TestMappingProtocol
Dtest_dict.py332 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
742 def test_popitem(self): member in PurePythonGeneralMappingTests
754 def test_popitem(self): member in CPythonGeneralMappingTests
767 def test_popitem(self): member in PurePythonSubclassMappingTests
781 def test_popitem(self): member in CPythonSubclassMappingTests
Dtest_dict_version.py145 def test_popitem(self): member in DictVersionTests
Dmapping_tests.py287 def test_popitem(self): member in BasicTestMappingProtocol
499 def test_popitem(self): member in TestMappingProtocol
Dtest_dict.py359 def test_popitem(self): member in DictTest
Dtest_configparser.py784 def test_popitem(self): member in BasicTestCase
Dtest_mailbox.py442 def test_popitem(self, iterations=10): member in TestMailbox