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

Méthode flask.testing.EnvironBuilder.from_environ

Signature de la méthode from_environ

def from_environ(environ: 'WSGIEnvironment', **kwargs: Any) -> 'EnvironBuilder' 

Description

from_environ.__doc__

Turn an environ dict back into a builder. Any extra kwargs
        override the args extracted from the environ.

        .. versionchanged:: 2.0
            Path and query values are passed through the WSGI decoding
            dance to avoid double encoding.

        .. versionadded:: 0.15