MCPcopy 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
4def test_aborting(app):
5 class Foo(Exception):
6 whatever = 42
7
8 @app.errorhandler(Foo)
9 def handle_foo(e):

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56