Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ allow_abort
Function
allow_abort
tests/test_basic.py:1038–1039 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1036
1037
@app.route(
"/abort"
)
1038
def
allow_abort():
1039
flask.abort(400)
1040
1041
if
expect_key:
1042
rv = client.get(
"/key"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected