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

Method sock_recv_into

Lib/asyncio/events.py:601–602  ·  view source on GitHub ↗
(self, sock, buf)

Source from the content-addressed store, hash-verified

599 raise NotImplementedError
600
601 async def sock_recv_into(self, sock, buf):
602 raise NotImplementedError
603
604 async def sock_recvfrom(self, sock, bufsize):
605 raise NotImplementedError

Callers 5

innerMethod · 0.95

Calls

no outgoing calls

Tested by 5

innerMethod · 0.76