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

Method __init__

21-async/mojifinder/bottle.py:1706–1707  ·  view source on GitHub ↗
(self, body='', status=None, headers=None, **more_headers)

Source from the content-addressed store, hash-verified

1704
1705class HTTPResponse(Response, BottleException):
1706 def __init__(self, body='', status=None, headers=None, **more_headers):
1707 super(HTTPResponse, self).__init__(body, status, headers, **more_headers)
1708
1709 def apply(self, response):
1710 response._status_code = self._status_code

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected