(self)
| 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) |
nothing calls this directly
no test coverage detected