MCPcopy Index your code
hub / github.com/RustPython/RustPython / _testSendAll

Method _testSendAll

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

Source from the content-addressed store, hash-verified

3014 self.assertEqual(msg, b'f' * 2048)
3015
3016 def _testSendAll(self):
3017 big_chunk = b'f' * 2048
3018 self.serv_conn.sendall(big_chunk)
3019
3020 def testFromFd(self):
3021 # Testing fromfd()

Callers

nothing calls this directly

Calls 1

sendallMethod · 0.45

Tested by

no test coverage detected