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

Method _testRecvmsgOverflow

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

Source from the content-addressed store, hash-verified

3856 self.assertEqual(msg, MSG)
3857
3858 def _testRecvmsgOverflow(self):
3859 self.sendToServer(MSG)
3860
3861
3862class RecvmsgTests(RecvmsgGenericTests):

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected