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

Function index2

tests/test_templating.py:154–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152
153 @app.get("/2")
154 async def index2() -> ResponseReturnValue:
155 return Response(await stream_template_string("{{ config }}", config=43))
156
157 test_client = app.test_client()
158 response = await test_client.get("/2")

Callers

nothing calls this directly

Calls 2

ResponseClass · 0.90
stream_template_stringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…