override me with other ways of spawning on a socket
(self, socket, timeout=30, use_poll=False)
| 134 | exit(0) |
| 135 | |
| 136 | def spawn(self, socket, timeout=30, use_poll=False): |
| 137 | """override me with other ways of spawning on a socket""" |
| 138 | return socket_pexpect.SocketSpawn(socket, timeout=timeout, use_poll=use_poll) |
| 139 | |
| 140 | def socket_fn(self, timed_out, all_read): |
| 141 | result = 0 |
no outgoing calls
no test coverage detected