MCPcopy
hub / github.com/openai/openai-python / assert_different_identities

Function assert_different_identities

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

Source from the content-addressed store, hash-verified

53
54
55def assert_different_identities(obj1: object, obj2: object) -> None:
56 assert obj1 == obj2
57 assert obj1 is not obj2
58
59
60class TestDeepcopyWithPaths:

Calls

no outgoing calls

Tested by

no test coverage detected