MCPcopy 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

recvMethod · 0.95
recv_intoMethod · 0.95
recvfromMethod · 0.95
recvfrom_intoMethod · 0.95
accept_pipeMethod · 0.95

Calls 2

create_futureMethod · 0.45
set_resultMethod · 0.45

Tested by

no test coverage detected