(self)
| 5093 | self.serv_conn.settimeout(self.timeout) |
| 5094 | |
| 5095 | def doConnect(self): |
| 5096 | self.serv_conn.connect(self.serv_addr) |
| 5097 | |
| 5098 | def checkInterruptedSend(self, func, *args, **kwargs): |
| 5099 | # Check that func(*args, **kwargs), run in a loop, raises |