MCPcopy Index your code
hub / github.com/python/cpython / finish_accept_pipe

Method finish_accept_pipe

Lib/asyncio/windows_events.py:631–633  ·  view source on GitHub ↗
(trans, key, ov)

Source from the content-addressed store, hash-verified

629 return self._result(pipe)
630
631 def finish_accept_pipe(trans, key, ov):
632 ov.getresult()
633 return pipe
634
635 return self._register(ov, pipe, finish_accept_pipe)
636

Callers

nothing calls this directly

Calls 1

getresultMethod · 0.45

Tested by

no test coverage detected