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

Function handler

tests/test_basic.py:1361–1363  ·  view source on GitHub ↗
(error, endpoint, values)

Source from the content-addressed store, hash-verified

1359
1360 # Test a custom handler.
1361 def handler(error, endpoint, values):
1362 # Just a test.
1363 return "/test_handler/"
1364
1365 app.url_build_error_handlers.append(handler)
1366 with app.test_request_context():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected