Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ __init__
Method
__init__
web/session.py:41–42 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
39
40
class
SessionExpired(web.HTTPError):
41
def
__init__(self, message):
42
web.HTTPError.__init__(self,
"200 OK"
, {}, data=message)
43
44
45
class
Session:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected