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

Function bp_error

tests/test_async.py:70–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69 @blueprint.route("/error")
70 async def bp_error():
71 raise BlueprintError()
72
73 app.register_blueprint(blueprint, url_prefix="/bp")
74

Callers

nothing calls this directly

Calls 1

BlueprintErrorClass · 0.85

Tested by

no test coverage detected