(self, application, request, **kwargs)
| 374 | |
| 375 | class ScriptExecute(StreamUploadRequestHandler): |
| 376 | def __init__(self, application, request, **kwargs): |
| 377 | super().__init__(application, request, **kwargs) |
| 378 | |
| 379 | @inject_user |
| 380 | def post(self, user): |