OpenQuizz
Une application de gestion des contenus pédagogiques
DispatchingApp Class Reference
Inheritance diagram for DispatchingApp:
Collaboration diagram for DispatchingApp:

Public Member Functions

def __init__ (self, loader, use_eager_loading=False)
 
def __call__ (self, environ, start_response)
 

Data Fields

 loader
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  loader,
  use_eager_loading = False 
)

Member Function Documentation

◆ __call__()

def __call__ (   self,
  environ,
  start_response 
)

Field Documentation

◆ loader

loader

The documentation for this class was generated from the following file: