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

Method test_sendall_interrupted

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

Source from the content-addressed store, hash-verified

1812 s.close()
1813
1814 def test_sendall_interrupted(self):
1815 self.check_sendall_interrupted(False)
1816
1817 def test_sendall_interrupted_with_timeout(self):
1818 self.check_sendall_interrupted(True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected