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

Method sock_recv

Lib/asyncio/events.py:598–599  ·  view source on GitHub ↗
(self, sock, nbytes)

Source from the content-addressed store, hash-verified

596 # Completion based I/O methods returning Futures.
597
598 async def sock_recv(self, sock, nbytes):
599 raise NotImplementedError
600
601 async def sock_recv_into(self, sock, buf):
602 raise NotImplementedError

Callers 8

innerMethod · 0.95
test_closeMethod · 0.45
recv_allMethod · 0.45

Calls

no outgoing calls

Tested by 8

innerMethod · 0.76
test_closeMethod · 0.36
recv_allMethod · 0.36