Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ fail
Function
fail
tests/test_basic.py:1034–1035 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1032
1033
@app.route(
"/key"
)
1034
def
fail():
1035
flask.request.form[
"missing_key"
]
1036
1037
@app.route(
"/abort"
)
1038
def
allow_abort():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected