MCPcopy 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
22class 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_basicsMethod · 0.45
test_basicsMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected