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

Method test_sendall

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

Source from the content-addressed store, hash-verified

299 self._test_send(socket.socket.send)
300
301 def test_sendall(self):
302 self._test_send(socket.socket.sendall)
303
304 @unittest.skipUnless(hasattr(socket.socket, 'sendmsg'), 'needs sendmsg()')
305 def test_sendmsg(self):

Callers

nothing calls this directly

Calls 1

_test_sendMethod · 0.95

Tested by

no test coverage detected