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

Method __init__

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

Source from the content-addressed store, hash-verified

259
260class ScriptStreamSocket(tornado.websocket.WebSocketHandler):
261 def __init__(self, application, request, **kwargs):
262 super().__init__(application, request, **kwargs)
263
264 self.executor = None
265
266 @check_authorization
267 @inject_user

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected