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

Function not_answer_context_processor

tests/test_blueprints.py:645–646  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 # App global context processor
644 @answer_bp.app_context_processor
645 def not_answer_context_processor():
646 return {"notanswer": 43}
647
648 # Blueprint local context processor
649 @answer_bp.context_processor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected