Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ Foo
Class
Foo
tests/test_regression.py:5–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
def
test_aborting(app):
5
class
Foo(Exception):
6
whatever = 42
7
8
@app.errorhandler(Foo)
9
def
handle_foo(e):
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56