class documentation

class QueryPropertyDescriptor(Protocol): (source)

View In Hierarchy

Describes the type applied to a class-level :meth:`_orm.scoped_session.query_property` attribute. .. versionadded:: 2.0.5

Method __get__ Undocumented
def __get__(self, instance: Any, owner: Type[_T]) -> Query[_T]: (source)

Undocumented