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

Method test_recursive_dict_key

Lib/test/pickletester.py:2744–2745  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2742 self.assertIs(list(y.keys())[0].value, x)
2743
2744 def test_recursive_dict_key(self):
2745 self._test_recursive_dict_key(dict)
2746
2747 def test_recursive_dict_subclass_key(self):
2748 self._test_recursive_dict_key(MyDict, minprotocol=2)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected