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

Method test_recursive_dict_subclass

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

Source from the content-addressed store, hash-verified

2687 self._test_recursive_dict(dict)
2688
2689 def test_recursive_dict_subclass(self):
2690 self._test_recursive_dict(MyDict, minprotocol=2)
2691
2692 def test_recursive_dict_like(self):
2693 self._test_recursive_dict(REX_seven, asdict=lambda x: x.table)

Callers

nothing calls this directly

Calls 1

_test_recursive_dictMethod · 0.95

Tested by

no test coverage detected