Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sendToServer
Method
sendToServer
Lib/test/test_socket.py:3448–3449 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
3446
return
([], [], 0, self.serv_addr)
3447
3448
def
sendToServer(self, msg):
3449
return
self.cli_sock.sendto(msg, self.serv_addr)
3450
3451
3452
class
SendrecvmsgConnectedBase(SendrecvmsgBase):
Callers
nothing calls this directly
Calls
1
sendto
Method · 0.45
Tested by
no test coverage detected