MCPcopy Index your code
hub / github.com/python/cpython / _testRecvmsgFromSendmsg

Method _testRecvmsgFromSendmsg

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

Source from the content-addressed store, hash-verified

3821
3822 @testRecvmsgFromSendmsg.client_skip
3823 def _testRecvmsgFromSendmsg(self):
3824 self.assertEqual(self.sendmsgToServer([MSG[:3], MSG[3:]]), len(MSG))
3825
3826
3827class RecvmsgGenericStreamTests(RecvmsgGenericTests):

Callers

nothing calls this directly

Calls 2

sendmsgToServerMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected