MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_recursive_dict

Method test_recursive_dict

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

Source from the content-addressed store, hash-verified

2581 self.assertIs(y[1], x)
2582
2583 def test_recursive_dict(self):
2584 self._test_recursive_dict(dict)
2585
2586 def test_recursive_dict_subclass(self):
2587 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