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