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

Function handler_4

tests/test_exceptions_handler.py:40–42  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

38
39 @exception_handler_app.route("/4", error_format="html")
40 def handler_4(request):
41 foo = bar # noqa -- F821
42 return text(foo)
43
44 @exception_handler_app.route("/5", error_format="html")
45 def handler_5(request):

Callers

nothing calls this directly

Calls 1

textFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…