Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ not_found
Function
not_found
examples/shorty/views.py:61–62 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
59
60
61
def
not_found(request):
62
return
render_template(
"not_found.html"
)
Callers
nothing calls this directly
Calls
1
render_template
Function · 0.70
Tested by
no test coverage detected