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