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