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

Method test_recv

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

Source from the content-addressed store, hash-verified

243 self.assertEqual(proc.wait(), 0)
244
245 def test_recv(self):
246 self._test_recv(socket.socket.recv)
247
248 @unittest.skipUnless(hasattr(socket.socket, 'recvmsg'), 'needs recvmsg()')
249 def test_recvmsg(self):

Callers

nothing calls this directly

Calls 1

_test_recvMethod · 0.95

Tested by

no test coverage detected