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

Method test_recursive_dict

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

Source from the content-addressed store, hash-verified

2684 self.assertIs(y[1], x)
2685
2686 def test_recursive_dict(self):
2687 self._test_recursive_dict(dict)
2688
2689 def test_recursive_dict_subclass(self):
2690 self._test_recursive_dict(MyDict, minprotocol=2)

Callers

nothing calls this directly

Calls 1

_test_recursive_dictMethod · 0.95

Tested by

no test coverage detected