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

Method test_sendmsg

Lib/test/_test_eintr.py:305–306  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303
304 @unittest.skipUnless(hasattr(socket.socket, 'sendmsg'), 'needs sendmsg()')
305 def test_sendmsg(self):
306 self._test_send(lambda sock, data: sock.sendmsg([data]))
307
308 def test_accept(self):
309 sock = socket.create_server((socket_helper.HOST, 0))

Callers

nothing calls this directly

Calls 2

_test_sendMethod · 0.95
sendmsgMethod · 0.80

Tested by

no test coverage detected