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

Method get

src/web/server.py:73–74  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

71
72class ProxiedRedirectHandler(tornado.web.RedirectHandler):
73 def get(self, *args):
74 redirect_relative(self._url.format(*args), self, *args)
75
76
77def exception_to_code_and_message(exception):

Callers

nothing calls this directly

Calls 1

redirect_relativeFunction · 0.90

Tested by

no test coverage detected