MCPcopy Index your code
hub / github.com/RustPython/RustPython / sendToServer

Method sendToServer

Lib/test/test_socket.py:3192–3194  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

3190 super().setUp()
3191
3192 def sendToServer(self, msg):
3193 # Send msg to the server.
3194 return self.cli_sock.send(msg)
3195
3196 # Tuple of alternative default arguments for sendmsg() when called
3197 # via sendmsgToServer() (e.g. to include a destination address).

Callers 15

_testSendmsgBadArgsMethod · 0.45
_testSendmsgBadCmsgMethod · 0.45
_testRecvmsgMethod · 0.45
_testRecvmsgShorterMethod · 0.45
_testRecvmsgTruncMethod · 0.45
_testRecvmsgPeekMethod · 0.45
_testRecvmsgOverflowMethod · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected