(self)
| 55 | |
| 56 | @overrides(AbstractWriterThread.write_dump_threads) |
| 57 | def write_dump_threads(self): |
| 58 | pass # no-op (may be called on timeout). |
| 59 | |
| 60 | def execute_line(self, command, more=False): |
| 61 | runner.proxy.execLine(command) |
no outgoing calls
no test coverage detected