MCPcopy
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / test_deepcopy_with_frozenset

Function test_deepcopy_with_frozenset

tests/utils/copy_utils_test.py:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def test_deepcopy_with_frozenset():
77 original = frozenset([1, 2, 3, (4, 5)])
78 copy_obj = safe_deepcopy(original)
79 assert copy_obj == original
80 assert copy_obj is not original
81
82
83def test_deepcopy_with_object():

Callers

nothing calls this directly

Calls 1

safe_deepcopyFunction · 0.90

Tested by

no test coverage detected