MCPcopy 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
9def test_simple_dict() -> None:
10 obj1 = {"foo": "bar"}
11 obj2 = deepcopy_minimal(obj1)
12 assert_different_identities(obj1, obj2)
13
14
15def test_nested_dict() -> None:

Callers

nothing calls this directly

Calls 2

deepcopy_minimalFunction · 0.90

Tested by

no test coverage detected