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

Méthode flask.ctx.RequestContext.pop

Signature de la méthode pop

def pop(self, exc: Optional[BaseException] = <object object at 0x7f40e98e2d00>) -> None 

Description

pop.__doc__

Pops the request context and unbinds it by doing that.  This will
        also trigger the execution of functions registered by the
        :meth:`~flask.Flask.teardown_request` decorator.

        .. versionchanged:: 0.9
           Added the `exc` argument.