MCPcopy
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
61def not_found(request):
62 return render_template("not_found.html")

Callers

nothing calls this directly

Calls 1

render_templateFunction · 0.70

Tested by

no test coverage detected