MCPcopy 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

innerMethod · 0.95
test_sock_acceptMethod · 0.45

Calls

no outgoing calls

Tested by 4

innerMethod · 0.76
test_sock_acceptMethod · 0.36