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

Method start

test/asynchronous/helpers.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 if not _IS_SYNC:
146
147 async def start(self):
148 self.task = create_task(self.run(), name=self.name)
149
150 async def join(self, timeout: Optional[float] = None): # type: ignore[override]
151 if self.task is not None:

Calls 2

runMethod · 0.95
create_taskFunction · 0.90