MCPcopy Create free account
hub / github.com/datapane/datapane / HTTPError

Class HTTPError

python-client/src/datapane/_vendor/bottle.py:1953–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1951
1952
1953class HTTPError(HTTPResponse):
1954 default_status = 500
1955
1956 def __init__(self,
1957 status=None,
1958 body=None,
1959 exception=None,
1960 traceback=None, **more_headers):
1961 self.exception = exception
1962 self.traceback = traceback
1963 super(HTTPError, self).__init__(body, status, **more_headers)
1964
1965###############################################################################
1966# Plugins ######################################################################

Callers 10

getargsMethod · 0.85
matchMethod · 0.85
_handleMethod · 0.85
_castMethod · 0.85
jsonMethod · 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