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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « Client »

Méthode flask.testing.Client.delete_cookie

Signature de la méthode delete_cookie

def delete_cookie(self, key: 'str', *, domain: 'str' = 'localhost', path: 'str' = '/') -> 'None' 

Description

help(Client.delete_cookie)

Delete a cookie if it exists. Cookies are uniquely identified by
``(domain, path, key)``.

:param key: The decoded form of the key for the cookie.
:param domain: The domain the cookie was set for.
:param path: The path the cookie was set for.

.. versionchanged:: 3.0
    The ``server_name`` parameter is removed. The first parameter is
    ``key``. Use the ``domain`` parameter instead.

.. versionchanged:: 3.0
    The ``secure``, ``httponly`` and ``samesite`` parameters are removed.

.. versionchanged:: 2.3
    The ``domain`` parameter defaults to ``localhost``.


Vous êtes un professionnel et vous avez besoin d'une formation ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé