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

Method __init__

21-async/mojifinder/bottle.py:3201–3202  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

3199
3200class TemplateError(HTTPError):
3201 def __init__(self, message):
3202 HTTPError.__init__(self, 500, message)
3203
3204
3205class BaseTemplate(object):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected