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

Method test_recvmsg

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

Source from the content-addressed store, hash-verified

247
248 @unittest.skipUnless(hasattr(socket.socket, 'recvmsg'), 'needs recvmsg()')
249 def test_recvmsg(self):
250 self._test_recv(lambda sock, data: sock.recvmsg(data)[0])
251
252 def _test_send(self, send_func):
253 rd, wr = socket.socketpair()

Callers

nothing calls this directly

Calls 2

_test_recvMethod · 0.95
recvmsgMethod · 0.80

Tested by

no test coverage detected