Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _result
Method
_result
Lib/asyncio/windows_events.py:455–458 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
453
tmp = None
454
455
def
_result(self, value):
456
fut = self._loop.create_future()
457
fut.set_result(value)
458
return
fut
459
460
@staticmethod
461
def
finish_socket_func(trans, key, ov):
Callers
5
recv
Method · 0.95
recv_into
Method · 0.95
recvfrom
Method · 0.95
recvfrom_into
Method · 0.95
accept_pipe
Method · 0.95
Calls
2
create_future
Method · 0.45
set_result
Method · 0.45
Tested by
no test coverage detected