Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sock_accept
Method
sock_accept
Lib/asyncio/proactor_events.py:730–731 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
728
return
await self._proactor.connect(sock, address)
729
730
async
def
sock_accept(self, sock):
731
return
await self._proactor.accept(sock)
732
733
async
def
_sock_sendfile_native(self, sock, file, offset, count):
734
try
:
Callers
nothing calls this directly
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected