MCPcopy Index your code
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / NormalObject

Class NormalObject

tests/utils/copy_utils_test.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls