Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ bp_test
Function
bp_test
tests/test_user_error_handler.py:144–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
143
@bp.route(
"/error"
)
144
def
bp_test():
145
raise
InternalServerError()
146
147
@app.errorhandler(500)
148
def
app_exception_handler(e):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected