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

Method sendmsgToServer

Lib/test/test_socket.py:3200–3206  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

3198 sendmsg_to_server_defaults = ()
3199
3200 def sendmsgToServer(self, *args):
3201 # Call sendmsg() on self.cli_sock with the given arguments,
3202 # filling in any arguments which are not supplied with the
3203 # corresponding items of self.sendmsg_to_server_defaults, if
3204 # any.
3205 return self.cli_sock.sendmsg(
3206 *(args + self.sendmsg_to_server_defaults[len(args):]))
3207
3208 def doRecvmsg(self, sock, bufsize, *args):
3209 # Call recvmsg() on sock with given arguments and return its

Callers 15

_testSendmsgMethod · 0.80
_testSendmsgArrayMethod · 0.80
_testSendmsgGatherMethod · 0.80
_testSendmsgTimeoutMethod · 0.80
_testSendmsgDontWaitMethod · 0.80
createAndSendFDsMethod · 0.80
_testFDPassSimpleMethod · 0.80

Calls 2

lenFunction · 0.85
sendmsgMethod · 0.45

Tested by

no test coverage detected