(self, text)
| 313 | execution_service.add_finish_listener(finished, execution_id) |
| 314 | |
| 315 | def on_message(self, text): |
| 316 | self.executor.write_to_input(text) |
| 317 | |
| 318 | def on_close(self): |
| 319 | audit_name = get_audit_name_from_request(self) |
nothing calls this directly
no test coverage detected