(self, user, execution_id)
| 254 | @check_authorization |
| 255 | @inject_user |
| 256 | def post(self, user, execution_id): |
| 257 | self.application.execution_service.kill_script(execution_id, user) |
| 258 | |
| 259 | |
| 260 | class ScriptStreamSocket(tornado.websocket.WebSocketHandler): |
nothing calls this directly
no test coverage detected