MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / run

Method run

test/helpers.py:157–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 return not self.stopped
156
157 def run(self):
158 try:
159 self.target(*self.args)
160 finally:
161 self.stopped = True
162
163
164class ExceptionCatchingTask(ConcurrentRunner):

Callers 2

startMethod · 0.95
runMethod · 0.45

Calls 1

targetMethod · 0.45

Tested by

no test coverage detected