Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ other
Function
other
tests/test_testing.py:221–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
220
@app.route(
"/other"
)
221
def
other():
222
raise
ZeroDivisionError
223
224
with
client:
225
resp = client.get(
"/"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected