Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_result
Method
set_result
Lib/asyncio/windows_events.py:92–94 ·
view source on GitHub ↗
(self, result)
Source
from the content-addressed store, hash-verified
90
self._cancel_overlapped()
91
92
def
set_result(self, result):
93
super().set_result(result)
94
self._ov = None
95
96
97
class
_BaseWaitHandleFuture(futures.Future):
Callers
6
set_result
Method · 0.45
set_result
Method · 0.45
_result
Method · 0.45
connect
Method · 0.45
_register
Method · 0.45
_poll
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
no test coverage detected