Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
class
NormalObject:
13
def
__init__(self, value):
14
self.value = value
15
self.nested = [1, 2, 3]
16
17
18
class
NonDeepcopyable:
Callers
2
test_deepcopy_with_object
Function · 0.85
test_deepcopy_with_custom_deepcopy_fallback
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_deepcopy_with_object
Function · 0.68
test_deepcopy_with_custom_deepcopy_fallback
Function · 0.68