Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cancel
Method
cancel
Lib/asyncio/windows_events.py:84–86 ·
view source on GitHub ↗
(self, msg=None)
Source
from the content-addressed store, hash-verified
82
self._ov = None
83
84
def
cancel(self, msg=None):
85
self._cancel_overlapped()
86
return
super().cancel(msg=msg)
87
88
def
set_exception(self, exception):
89
super().set_exception(exception)
Callers
6
_cancel_overlapped
Method · 0.45
cancel
Method · 0.45
close
Method · 0.45
_run_forever_cleanup
Method · 0.45
_poll
Method · 0.45
close
Method · 0.45
Calls
2
_cancel_overlapped
Method · 0.95
super
Class · 0.85
Tested by
no test coverage detected