MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / assert_different_identities

Function assert_different_identities

tests/test_files.py:96–98  ·  view source on GitHub ↗
(obj1: object, obj2: object)

Source from the content-addressed store, hash-verified

94
95
96def assert_different_identities(obj1: object, obj2: object) -> None:
97 assert obj1 == obj2
98 assert obj1 is not obj2
99
100
101class TestDeepcopyWithPaths:

Calls

no outgoing calls

Tested by

no test coverage detected