MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / HTTPError

Class HTTPError

21-async/mojifinder/bottle.py:1717–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715
1716
1717class HTTPError(HTTPResponse):
1718 default_status = 500
1719 def __init__(self, status=None, body=None, exception=None, traceback=None,
1720 **options):
1721 self.exception = exception
1722 self.traceback = traceback
1723 super(HTTPError, self).__init__(body, status, **options)
1724
1725
1726

Callers 9

getargsMethod · 0.85
matchMethod · 0.85
_handleMethod · 0.85
_castMethod · 0.85
_iter_chunkedMethod · 0.85
_get_body_stringMethod · 0.85
abortFunction · 0.85
static_fileFunction · 0.85
wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected