MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/web/server.py:376–377  ·  view source on GitHub ↗
(self, application, request, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected