class documentation

class HybridExtensionType(InspectionAttrExtensionType): (source)

View In Hierarchy

Undocumented

Constant HYBRID_METHOD Symbol indicating an :class:`InspectionAttr` that's of type :class:`.hybrid_method`.
Constant HYBRID_PROPERTY Symbol indicating an :class:`InspectionAttr` that's of type :class:`.hybrid_method`.
HYBRID_METHOD: str = (source)

Symbol indicating an :class:`InspectionAttr` that's of type :class:`.hybrid_method`. Is assigned to the :attr:`.InspectionAttr.extension_type` attribute. .. seealso:: :attr:`_orm.Mapper.all_orm_attributes`

Value
'HYBRID_METHOD'
HYBRID_PROPERTY: str = (source)

Symbol indicating an :class:`InspectionAttr` that's of type :class:`.hybrid_method`. Is assigned to the :attr:`.InspectionAttr.extension_type` attribute. .. seealso:: :attr:`_orm.Mapper.all_orm_attributes`

Value
'HYBRID_PROPERTY'