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

Method test_recursive_dict_like

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

Source from the content-addressed store, hash-verified

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)
2694
2695 def _test_recursive_tuple_and_dict(self, cls, asdict=identity, minprotocol=0):
2696 # Tuple containing a dict containing the original tuple.

Callers

nothing calls this directly

Calls 1

_test_recursive_dictMethod · 0.95

Tested by

no test coverage detected