Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sock_sendall
Method
sock_sendall
Lib/asyncio/events.py:610–611 ·
view source on GitHub ↗
(self, sock, data)
Source
from the content-addressed store, hash-verified
608
raise
NotImplementedError
609
610
async
def
sock_sendall(self, sock, data):
611
raise
NotImplementedError
612
613
async
def
sock_sendto(self, sock, data, address):
614
raise
NotImplementedError
Callers
10
inner
Method · 0.95
_sock_sendfile_fallback
Method · 0.45
test_sock_sendfile_mix_with_regular_send
Method · 0.45
_basetest_sock_client_ops
Method · 0.45
_basetest_sock_recv_into
Method · 0.45
_basetest_sock_recv_racing
Method · 0.45
_basetest_sock_recv_into_racing
Method · 0.45
_basetest_sock_send_racing
Method · 0.45
_basetest_huge_content
Method · 0.45
_basetest_huge_content_recvinto
Method · 0.45
Calls
no outgoing calls
Tested by
9
inner
Method · 0.76
test_sock_sendfile_mix_with_regular_send
Method · 0.36
_basetest_sock_client_ops
Method · 0.36
_basetest_sock_recv_into
Method · 0.36
_basetest_sock_recv_racing
Method · 0.36
_basetest_sock_recv_into_racing
Method · 0.36
_basetest_sock_send_racing
Method · 0.36
_basetest_huge_content
Method · 0.36
_basetest_huge_content_recvinto
Method · 0.36