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

Method _testRecvmsgFromSendmsg

Lib/test/test_socket.py:3720–3721  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3718
3719 @testRecvmsgFromSendmsg.client_skip
3720 def _testRecvmsgFromSendmsg(self):
3721 self.assertEqual(self.sendmsgToServer([MSG[:3], MSG[3:]]), len(MSG))
3722
3723
3724class RecvmsgGenericStreamTests(RecvmsgGenericTests):

Callers

nothing calls this directly

Calls 3

lenFunction · 0.85
sendmsgToServerMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected