Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
def
assert_different_identities(obj1: object, obj2: object) -> None:
56
assert obj1 == obj2
57
assert obj1 is not obj2
58
59
60
class
TestDeepcopyWithPaths:
Callers
5
test_copies_top_level_dict
Method · 0.85
test_file_value_is_same_reference
Method · 0.85
test_list_popped_wholesale
Method · 0.85
test_nested_array_path_copies_list_and_elements
Method · 0.85
test_multiple_paths
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected