MCPcopy Index your code
hub / github.com/pallets/quart / app_context

Function app_context

tests/test_templating.py:66–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65 @app.context_processor
66 async def app_context() -> dict:
67 return {"context": "bar"}
68
69 app.register_blueprint(blueprint)
70

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected