Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ test_simple_dict
Function
test_simple_dict
tests/test_deepcopy.py:9–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
test_simple_dict() -> None:
10
obj1 = {
"foo"
:
"bar"
}
11
obj2 = deepcopy_minimal(obj1)
12
assert_different_identities(obj1, obj2)
13
14
15
def
test_nested_dict() -> 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