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

Method test_deep_nested_struct_set

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

Source from the content-addressed store, hash-verified

4629 self.deep_nested_struct(lambda data: frozenset((1, data)))
4630
4631 def test_deep_nested_struct_set(self):
4632 self.deep_nested_struct(lambda data: {K(data)},
4633 depth=FAST_NESTING_LIMIT+1,
4634 compare_equal=False)
4635
4636 def test_deep_nested_struct_frozendict(self):
4637 if self.py_version < (3, 15):

Callers

nothing calls this directly

Calls 2

deep_nested_structMethod · 0.95
KClass · 0.70

Tested by

no test coverage detected