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

Method test_deep_nested_struct_tuple

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

Source from the content-addressed store, hash-verified

4620 self.assertEqual(data2, data)
4621
4622 def test_deep_nested_struct_tuple(self):
4623 self.deep_nested_struct(lambda data: (data,))
4624
4625 def test_deep_nested_struct_list(self):
4626 self.deep_nested_struct(lambda data: [data])

Callers

nothing calls this directly

Calls 1

deep_nested_structMethod · 0.95

Tested by

no test coverage detected