MCPcopy 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
3452class SendrecvmsgConnectedBase(SendrecvmsgBase):

Callers

nothing calls this directly

Calls 1

sendtoMethod · 0.45

Tested by

no test coverage detected