OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, app, mounts=None) |
def | __call__ (self, environ, start_response) |
Data Fields | |
app | |
mounts | |
Combine multiple applications as a single WSGI application. Requests are dispatched to an application based on the path it is mounted under. :param app: The WSGI application to dispatch to if the request doesn't match a mounted path. :param mounts: Maps path prefixes to applications for dispatching.
def __init__ | ( | self, | |
app, | |||
mounts = None |
|||
) |
def __call__ | ( | self, | |
environ, | |||
start_response | |||
) |
app |
mounts |