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é
Module « sqlalchemy »

Fonction inspect - module sqlalchemy

Signature de la fonction inspect

def inspect(subject: 'Any', raiseerr: 'bool' = True) -> 'Any' 

Description

help(sqlalchemy.inspect)

Produce an inspection object for the given target.

The returned value in some cases may be the
same object as the one given, such as if a
:class:`_orm.Mapper` object is passed.   In other
cases, it will be an instance of the registered
inspection type for the given object, such as
if an :class:`_engine.Engine` is passed, an
:class:`_reflection.Inspector` object is returned.

:param subject: the subject to be inspected.
:param raiseerr: When ``True``, if the given subject
 does not
 correspond to a known SQLAlchemy inspected type,
 :class:`sqlalchemy.exc.NoInspectionAvailable`
 is raised.  If ``False``, ``None`` is returned.



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