MCPcopy Create free account
hub / github.com/pallets/flask / broken_func

Function broken_func

tests/test_basic.py:906–907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

904
905 @app.route("/")
906 def broken_func():
907 raise ZeroDivisionError
908
909 @app.after_request
910 def after_request(resp):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected