Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ TemplateError
Class
TemplateError
21-async/mojifinder/bottle.py:3200–3202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3198
3199
3200
class
TemplateError(HTTPError):
3201
def
__init__(self, message):
3202
HTTPError.__init__(self, 500, message)
3203
3204
3205
class
BaseTemplate(object):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected