MCPcopy Create free account
hub / github.com/pallets/quart / a

Function a

tests/test_testing.py:324–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322
323 @app.route("/a")
324 async def a() -> WerkzeugResponse:
325 response = redirect("/b")
326 response.set_cookie("bar", "foo")
327 return response
328
329 @app.route("/b")
330 async def echo() -> Response:

Callers

nothing calls this directly

Calls 2

redirectFunction · 0.90
set_cookieMethod · 0.45

Tested by

no test coverage detected