Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C
Class
C
Lib/test/test_dict.py:756–758 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
755
def
test_errors_in_view_containment_check(self):
756
class
C:
757
def
__eq__(self, other):
758
raise
RuntimeError
759
760
d1 = {1: C()}
761
d2 = {1: C()}
Callers
5
test_errors_in_view_containment_check
Method · 0.70
test_container_iterator
Method · 0.70
make_shared_key_dict
Method · 0.70
test_splittable_update
Method · 0.70
test_splittable_to_generic_combinedtable
Method · 0.70
Calls
no outgoing calls
Tested by
5
test_errors_in_view_containment_check
Method · 0.56
test_container_iterator
Method · 0.56
make_shared_key_dict
Method · 0.56
test_splittable_update
Method · 0.56
test_splittable_to_generic_combinedtable
Method · 0.56