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

Function bp_registered_test

tests/test_user_error_handler.py:178–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176
177 @bp.route("/undefined")
178 def bp_registered_test():
179 raise NotFound()
180
181 @bp.route("/forbidden")
182 def bp_forbidden_test():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected