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

Function handle

tests/test_async.py:51–52  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

49
50 @app.errorhandler(AppError)
51 async def handle(_):
52 return "", 412
53
54 @app.route("/error")
55 async def error():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected