class documentation

class IdentityChooser(Protocol): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, mapper: Mapper[_T], primary_key: _PKIdentityArgument, *, lazy_loaded_from: Optional[InstanceState[Any]], execution_options: OrmExecuteOptionsParameter, bind_arguments: _BindArguments, **kw: Any) -> Any: (source)

Undocumented