Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_deque.py:23–25 ·
view source on GitHub ↗
(self, deque, result)
Source
from the content-addressed store, hash-verified
21
22
class
MutateCmp:
23
def
__init__(self, deque, result):
24
self.deque = deque
25
self.result = result
26
def
__eq__(self, other):
27
self.deque.clear()
28
return
self.result
Callers
3
test_basics
Method · 0.45
test_basics
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected