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:22–23 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
20
self.value = value
21
22
def
__deepcopy__(self, memo):
23
raise
TypeError(
"Forcing shallow copy fallback"
)
24
25
26
class
WithoutDict:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected