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/events.py:619–620 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
617
raise
NotImplementedError
618
619
async
def
sock_accept(self, sock):
620
raise
NotImplementedError
621
622
async
def
sock_sendfile(self, sock, file, offset=0, count=None,
623
*, fallback=None):
Callers
4
inner
Method · 0.95
_basetest_sock_client_ops
Method · 0.45
test_sock_accept
Method · 0.45
test_cancel_sock_accept
Method · 0.45
Calls
no outgoing calls
Tested by
4
inner
Method · 0.76
_basetest_sock_client_ops
Method · 0.36
test_sock_accept
Method · 0.36
test_cancel_sock_accept
Method · 0.36