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

Function route

tests/test_blueprints.py:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23 @blueprint.route("/page/")
24 async def route() -> ResponseReturnValue:
25 return "OK"
26
27 app.register_blueprint(blueprint)
28

Callers

nothing calls this directly

Calls 1

render_template_stringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…