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

Function __init__

web/webapi.py:100–101  ·  view source on GitHub ↗
(self, data=data, headers={})

Source from the content-addressed store, hash-verified

98 docstring = docstring or "`%s` status" % status
99
100 def __init__(self, data=data, headers={}):
101 HTTPError.__init__(self, status, headers, data)
102
103 # trick to create class dynamically with dynamic docstring.
104 return type(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected