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

Method __init__

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

Source from the content-addressed store, hash-verified

11
12class NormalObject:
13 def __init__(self, value):
14 self.value = value
15 self.nested = [1, 2, 3]
16
17
18class NonDeepcopyable:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected