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

Method test_recursive_dict_like_key

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

Source from the content-addressed store, hash-verified

2748 self._test_recursive_dict_key(MyDict, minprotocol=2)
2749
2750 def test_recursive_dict_like_key(self):
2751 self._test_recursive_dict_key(REX_seven, asdict=lambda x: x.table)
2752
2753 def _test_recursive_tuple_and_dict_key(self, cls, asdict=identity, minprotocol=0):
2754 # Tuple containing a dict containing an immutable object (as key)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected