Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
inner
Method · 0.95
_basetest_sock_client_ops
Method · 0.45
_basetest_sock_recv_into
Method · 0.45
_basetest_sock_recv_into_racing
Method · 0.45
_basetest_huge_content_recvinto
Method · 0.45
Calls
no outgoing calls
Tested by
5
inner
Method · 0.76
_basetest_sock_client_ops
Method · 0.36
_basetest_sock_recv_into
Method · 0.36
_basetest_sock_recv_into_racing
Method · 0.36
_basetest_huge_content_recvinto
Method · 0.36