class documentation

class _WrapUserEntity(object):

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
Instance Variable subject Undocumented
@util.preload_module('sqlalchemy.orm.decl_api')
def __getattribute__(self, name):

Undocumented

def __init__(self, subject):

Undocumented

subject =

Undocumented