MCPcopy Create free account
hub / github.com/pallets/flask / answer_context_processor

Function answer_context_processor

tests/test_blueprints.py:650–651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648 # Blueprint local context processor
649 @answer_bp.context_processor
650 def answer_context_processor():
651 return {"answer": 42}
652
653 # Setup endpoints for testing
654 @answer_bp.route("/bp")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected