Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ not_found
Function
not_found
tests/test_basic.py:864–865 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
862
863
@app.errorhandler(404)
864
def
not_found(e):
865
return
"not found"
, 404
866
867
@app.errorhandler(500)
868
def
internal_server_error(e):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected