class documentation

class DispatchingApp:

View In Hierarchy

Special application that dispatches to a Flask application which is imported by name in a background thread. If an error happens it is recorded and shown as part of the WSGI handling which in case of the Werkzeug debugger means that it shows up in the browser.
Method __call__ Undocumented
Method __init__ Undocumented
Method ​_flush​_bg​_loading​_exception Undocumented
Method ​_load​_in​_background Undocumented
Method ​_load​_unlocked Undocumented
Instance Variable ​_app Undocumented
Instance Variable ​_bg​_loading​_exc Undocumented
Instance Variable ​_lock Undocumented
Instance Variable loader Undocumented
def __call__(self, environ, start_response):

Undocumented

def __init__(self, loader, use_eager_loading=None):

Undocumented

def _flush_bg_loading_exception(self):

Undocumented

def _load_in_background(self):

Undocumented

def _load_unlocked(self):

Undocumented

_app =

Undocumented

_bg_loading_exc =

Undocumented

_lock =

Undocumented

loader =

Undocumented