Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ index3
Function
index3
tests/test_basic.py:984–985 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
982
983
@app.route(
"/3"
)
984
def
index3():
985
raise
Forbidden()
986
987
assert client.get(
"/1"
).data == b
"banana"
988
assert client.get(
"/2"
).data == b
"apple"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected