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

Method test_sendall_interrupted

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

Source from the content-addressed store, hash-verified

1863 s.close()
1864
1865 def test_sendall_interrupted(self):
1866 self.check_sendall_interrupted(False)
1867
1868 def test_sendall_interrupted_with_timeout(self):
1869 self.check_sendall_interrupted(True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected