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 « Client »

Méthode flask.testing.Client.run_wsgi_app

Signature de la méthode run_wsgi_app

def run_wsgi_app(self, environ: 'WSGIEnvironment', buffered: bool = False) -> Tuple[Iterable[bytes], str, werkzeug.datastructures.Headers] 

Description

run_wsgi_app.__doc__

Runs the wrapped WSGI app with the given environment.

        :meta private: