Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ custom_test
Function
custom_test
tests/test_user_error_handler.py:44–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
@app.route(
"/custom"
)
44
def
custom_test():
45
raise
CustomException()
46
47
@app.route(
"/keyerror"
)
48
def
key_error():
Callers
nothing calls this directly
Calls
1
CustomException
Class · 0.85
Tested by
no test coverage detected