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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé
Classe « HTTPException »

Méthode flask.ctx.HTTPException.__call__

Signature de la méthode __call__

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

Description

help(HTTPException.__call__)

Call the exception as WSGI application.

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


Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé