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

Function b

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

Source from the content-addressed store, hash-verified

455
456 @child.route("/b")
457 async def b() -> str:
458 return await render_template_string("{{ key }}")
459
460 parent.register_blueprint(child)
461 app.register_blueprint(parent)

Callers

nothing calls this directly

Calls 1

render_template_stringFunction · 0.90

Tested by

no test coverage detected