(self)
| 5196 | self.serv_conn.settimeout(self.timeout) |
| 5197 | |
| 5198 | def doConnect(self): |
| 5199 | self.serv_conn.connect(self.serv_addr) |
| 5200 | |
| 5201 | def checkInterruptedSend(self, func, *args, **kwargs): |
| 5202 | # Check that func(*args, **kwargs), run in a loop, raises |