Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ __init__
Method
__init__
web/webapi.py:173–174 ·
view source on GitHub ↗
(self, url, absolute=False)
Source
from the content-addressed store, hash-verified
171
""
"A `307 Temporary Redirect` redirect."
""
172
173
def
__init__(self, url, absolute=False):
174
Redirect.__init__(self, url,
"307 Temporary Redirect"
, absolute=absolute)
175
176
177
tempredirect = TempRedirect
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected