Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « HTTPException »

Méthode flask.ctx.HTTPException.__call__

Signature de la méthode __call__

def __call__(self, environ: 'WSGIEnvironment', start_response: 'StartResponse') -> Iterable[bytes] 

Description

__call__.__doc__

Call the exception as WSGI application.

        :param environ: the WSGI environment.
        :param start_response: the response callable provided by the WSGI
                               server.