MCPcopy Create free account
hub / github.com/webpy/webpy / __init__

Method __init__

web/webapi.py:153–154  ·  view source on GitHub ↗
(self, url, absolute=False)

Source from the content-addressed store, hash-verified

151 """A `303 See Other` redirect."""
152
153 def __init__(self, url, absolute=False):
154 Redirect.__init__(self, url, "303 See Other", absolute=absolute)
155
156
157seeother = SeeOther

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected