flask.Flask.try_trigger_before_first_request_functions

Flask.try_trigger_before_first_request_functions()[source]

Called before each request and will ensure that it triggers the before_first_request_funcs and only exactly once per application instance (which means process usually).

Internal: