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

Method __init__

web/webapi.py:300–303  ·  view source on GitHub ↗
(self, message=None)

Source from the content-addressed store, hash-verified

298 message = "gone"
299
300 def __init__(self, message=None):
301 status = "410 Gone"
302 headers = {"Content-Type": "text/html"}
303 HTTPError.__init__(self, status, headers, message or self.message)
304
305
306gone = Gone

Callers 15

__init__Method · 0.45
__init__Function · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected