class documentation

class _WrapUserEntity: (source)

View In Hierarchy

A wrapper used within the loader_criteria lambda caller so that we can bypass declared_attr descriptors on unmapped mixins, which normally emit a warning for such use. might also be useful for other per-lambda instrumentations should the need arise.

Method __getattribute__ Undocumented
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable subject Undocumented
@util.preload_module('sqlalchemy.orm.decl_api')
def __getattribute__(self, name): (source)

Undocumented

def __init__(self, subject): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented