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

Method __init__

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

Source from the content-addressed store, hash-verified

350@tornado.web.stream_request_body
351class StreamUploadRequestHandler(BaseRequestHandler):
352 def __init__(self, application, request, **kwargs):
353 super().__init__(application, request, **kwargs)
354
355 self.form_reader = None
356
357 @check_authorization
358 def prepare(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected