Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ __deepcopy__
Method
__deepcopy__
tests/utils/copy_utils_test.py:45–46 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
43
self.value = value
44
45
def
__deepcopy__(self, memo):
46
raise
TypeError(
"fail deep copy "
)
47
48
def
__copy__(self):
49
raise
TypeError(
"fail shallow copy"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected