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

Méthode sqlalchemy.TypeDecorator.bind_processor

Signature de la méthode bind_processor

def bind_processor(self, dialect: 'Dialect') -> 'Optional[_BindProcessorType[_T]]' 

Description

help(TypeDecorator.bind_processor)

Provide a bound value processing function for the
given :class:`.Dialect`.

This is the method that fulfills the :class:`.TypeEngine`
contract for bound value conversion which normally occurs via
the :meth:`_types.TypeEngine.bind_processor` method.

.. note::

    User-defined subclasses of :class:`_types.TypeDecorator` should
    **not** implement this method, and should instead implement
    :meth:`_types.TypeDecorator.process_bind_param` so that the "inner"
    processing provided by the implementing type is maintained.

:param dialect: Dialect instance in use.



Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé