flask.Blueprint.context_processor¶
-
Blueprint.context_processor(f)[source]¶ Like
Flask.context_processor()but for a blueprint. This function is only executed for requests handled by a blueprint.
Blueprint.context_processor(f)[source]¶Like Flask.context_processor() but for a blueprint. This
function is only executed for requests handled by a blueprint.