()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected