MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / __copy__

Method __copy__

tests/utils/copy_utils_test.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 raise TypeError("fail deep copy ")
47
48 def __copy__(self):
49 raise TypeError("fail shallow copy")
50
51
52def test_deepcopy_simple_dict():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected