class documentation

class _AssociationProxyProtocol(Protocol[_T]): (source)

Known subclasses: sqlalchemy.ext.associationproxy.AssociationProxy

View In Hierarchy

describes the interface of :class:`.AssociationProxy` without including descriptor methods in the interface.

Method for_class Undocumented
Class Variable creator Undocumented
Class Variable getset_factory Undocumented
Class Variable key Undocumented
Class Variable proxy_bulk_set Undocumented
Class Variable proxy_factory Undocumented
Class Variable target_collection Undocumented
Class Variable value_attr Undocumented
Property info Undocumented
Method _default_getset Undocumented