Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ raise_e3
Function
raise_e3
tests/test_basic.py:1015–1016 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1013
1014
@app.route(
"/E3"
)
1015
def
raise_e3():
1016
raise
E3
1017
1018
rv = client.get(
"/E1"
)
1019
assert rv.data == b
"Exception"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected