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

Method __init__

tests/utils/copy_utils_test.py:29–30  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

27 __slots__ = ["value"]
28
29 def __init__(self, value):
30 self.value = value
31
32 def __deepcopy__(self, memo):
33 raise TypeError("Forcing shallow copy fallback")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected