Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ stop
Method
stop
test/asynchronous/utils_spec_runner.py:43–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self.cond.notify()
42
43
async
def
stop(self):
44
self.stopped = True
45
async
with
self.cond:
46
self.cond.notify()
47
48
async
def
run(self):
49
while
not self.stopped or self.ops:
Callers
11
run
Method · 0.95
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
asyncTearDown
Method · 0.45
wait_for_thread
Method · 0.45
cleanup
Method · 0.45
_testOperation_waitForThread
Method · 0.45
Calls
1
notify
Method · 0.80
Tested by
9
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
asyncTearDown
Method · 0.36
wait_for_thread
Method · 0.36
cleanup
Method · 0.36