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

Function assert_different_identities

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

Source from the content-addressed store, hash-verified

72
73
74def assert_different_identities(obj1: object, obj2: object) -> None:
75 assert obj1 == obj2
76 assert obj1 is not obj2
77
78
79class TestDeepcopyWithPaths:

Calls

no outgoing calls

Tested by

no test coverage detected