Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __eq__
Method
__eq__
Lib/test/mapping_tests.py:550–551 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
548
549
class
BadEq(object):
550
def
__eq__(self, other):
551
raise
Exc()
552
def
__hash__(self):
553
return
24
554
Callers
nothing calls this directly
Calls
1
Exc
Class · 0.70
Tested by
no test coverage detected