Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ BadCmp
Class
BadCmp
Lib/test/test_deque.py:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
yield
1
17
18
class
BadCmp:
19
def
__eq__(self, other):
20
raise
RuntimeError
21
22
class
MutateCmp:
23
def
__init__(self, deque, result):
Callers
3
test_contains
Method · 0.70
test_index
Method · 0.70
test_remove
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_contains
Method · 0.56
test_index
Method · 0.56
test_remove
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…