MCPcopy 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
40class SessionExpired(web.HTTPError):
41 def __init__(self, message):
42 web.HTTPError.__init__(self, "200 OK", {}, data=message)
43
44
45class Session:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected