Home
last modified time | relevance | path

Searched defs:test_popitem (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_ordered_dict.py233 def test_popitem(self): member in OrderedDictTests
1012 def test_popitem(self): member in PurePythonGeneralMappingTests
1024 def test_popitem(self): member in CPythonGeneralMappingTests
1037 def test_popitem(self): member in PurePythonSubclassMappingTests
1051 def test_popitem(self): member in CPythonSubclassMappingTests
1092 def test_popitem(self): member in SimpleLRUCacheTests
Dtest_dict_version.py150 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_frame.py565 def test_popitem(self): member in FrameLocalsProxyMappingTests
Dtest_configparser.py822 def test_popitem(self): member in BasicTestCase
Dtest_dict.py458 def test_popitem(self): member in DictTest
Dtest_mailbox.py453 def test_popitem(self, iterations=10): member in TestMailbox
/external/python/cachetools/tests/
D__init__.py99 def test_popitem(self): member in CacheTestMixin
/external/pytorch/test/
Dtest_weak.py551 def test_popitem(self): member in WeakKeyDictionaryTestCase
892 def test_popitem(self): member in WeakKeyDictionaryScriptObjectTestCase
/external/pytorch/test/jit/
Dtest_list_dict.py1824 def test_popitem(self): member in TestDict