Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ forbidden
Function
forbidden
tests/test_user_error_handler.py:199–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
198
@app.route(
"/forbidden"
)
199
def
forbidden():
200
raise
Forbidden()
201
202
@app.route(
"/slash/"
)
203
def
slash():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected