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 ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Module « sqlalchemy.orm »

Fonction noload - module sqlalchemy.orm

Signature de la fonction noload

def noload(*keys: '_AttrType') -> '_AbstractLoad' 

Description

help(sqlalchemy.orm.noload)

Indicate that the given relationship attribute should remain
unloaded.

The relationship attribute will return ``None`` when accessed without
producing any loading effect.

This function is part of the :class:`_orm.Load` interface and supports
both method-chained and standalone operation.

:func:`_orm.noload` applies to :func:`_orm.relationship` attributes
only.

.. legacy:: The :func:`_orm.noload` option is **legacy**.  As it
   forces collections to be empty, which invariably leads to
   non-intuitive and difficult to predict results.  There are no
   legitimate uses for this option in modern SQLAlchemy.

.. seealso::

    :ref:`loading_toplevel`



Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé