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 ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé
Classe « TypeDecorator »

Méthode sqlalchemy.TypeDecorator.load_dialect_impl

Signature de la méthode load_dialect_impl

def load_dialect_impl(self, dialect: 'Dialect') -> 'TypeEngine[Any]' 

Description

help(TypeDecorator.load_dialect_impl)

Return a :class:`.TypeEngine` object corresponding to a dialect.

This is an end-user override hook that can be used to provide
differing types depending on the given dialect.  It is used
by the :class:`.TypeDecorator` implementation of :meth:`type_engine`
to help determine what type should ultimately be returned
for a given :class:`.TypeDecorator`.

By default returns ``self.impl``.



Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé