Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ run
Method
run
test/asynchronous/helpers.py:157–161 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
155
return
not self.stopped
156
157
async
def
run(self):
158
try
:
159
await self.target(*self.args)
160
finally:
161
self.stopped = True
162
163
164
class
ExceptionCatchingTask(ConcurrentRunner):
Callers
2
start
Method · 0.95
run
Method · 0.45
Calls
1
target
Method · 0.45
Tested by
no test coverage detected