MCPcopy Index your code
hub / github.com/python/cpython / test_weak_keyed_dict_popitem

Method test_weak_keyed_dict_popitem

Lib/test/test_weakref.py:1713–1715  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1711 "key1", C(), "key2", C())
1712
1713 def test_weak_keyed_dict_popitem(self):
1714 self.check_popitem(weakref.WeakKeyDictionary,
1715 C(), "value 1", C(), "value 2")
1716
1717 def check_setdefault(self, klass, key, value1, value2):
1718 self.assertIsNot(value1, value2,

Callers

nothing calls this directly

Calls 2

check_popitemMethod · 0.95
CClass · 0.70

Tested by

no test coverage detected