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

Method cancelling

pymongo/_asyncio_task.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 return self._cancel_requests
41
42 def cancelling(self) -> int:
43 return self._cancel_requests
44
45
46def create_task(coro: Coroutine[Any, Any, Any], *, name: Optional[str] = None) -> asyncio.Task[Any]:

Callers 2

openMethod · 0.80
_runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected