Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ SessionExpired
Class
SessionExpired
web/session.py:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
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
1
expired
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected