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

Method __init__

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

Source from the content-addressed store, hash-verified

141 """A `302 Found` redirect."""
142
143 def __init__(self, url, absolute=False):
144 Redirect.__init__(self, url, "302 Found", absolute=absolute)
145
146
147found = Found

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected