(self)
| 79 | wait_for_condition(_hello) |
| 80 | |
| 81 | def close(self): |
| 82 | try: |
| 83 | runner.proxy.close() |
| 84 | except: |
| 85 | # Ignore any errors on close. |
| 86 | pass |
| 87 | |
| 88 | def connect_to_debugger(self, debugger_port): |
| 89 | runner.proxy.connectToDebugger(debugger_port) |
no outgoing calls
no test coverage detected