Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-sdk-python
/ test_simple_list
Function
test_simple_list
tests/test_deepcopy.py:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
31
def
test_simple_list() -> None:
32
obj1 = [
"a"
,
"b"
,
"c"
]
33
obj2 = deepcopy_minimal(obj1)
34
assert_different_identities(obj1, obj2)
35
36
37
def
test_nested_list() -> None:
Callers
nothing calls this directly
Calls
2
deepcopy_minimal
Function · 0.90
assert_different_identities
Function · 0.85
Tested by
no test coverage detected