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

Method test_deep_nested_struct_dict

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

Source from the content-addressed store, hash-verified

4640 minprotocol=2)
4641
4642 def test_deep_nested_struct_dict(self):
4643 self.deep_nested_struct(lambda data: {'x': data})
4644
4645
4646class BigmemPickleTests:

Callers

nothing calls this directly

Calls 1

deep_nested_structMethod · 0.95

Tested by

no test coverage detected