Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
def
create_task(coro: Coroutine[Any, Any, Any], *, name: Optional[str] = None) -> asyncio.Task[Any]:
Callers
2
open
Method · 0.80
_run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected