MCPcopy
hub / github.com/sanic-org/sanic / handler_3

Function handler_3

tests/test_blueprints.py:457–458  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

455
456 @blueprint.route("/3")
457 def handler_3(request):
458 raise NotFound("OK")
459
460 @blueprint.exception(NotFound, ServerError)
461 def handler_exception(request, exception):

Callers

nothing calls this directly

Calls 2

NotFoundClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…