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

Method test_recursive_tuple_and_dict

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

Source from the content-addressed store, hash-verified

2719 self.assertIs(y[1][0], x)
2720
2721 def test_recursive_tuple_and_dict(self):
2722 self._test_recursive_tuple_and_dict(dict)
2723
2724 def test_recursive_tuple_and_dict_subclass(self):
2725 self._test_recursive_tuple_and_dict(MyDict, minprotocol=2)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected