class documentation

Undocumented

Method __call__ Undocumented
Method __delete__ Undocumented
Method __get__ Undocumented
Method __init__ Undocumented
Method __set__ Undocumented

Inherited from _declared_attr_common:

Instance Variable fget Undocumented
Method _collect_return_annotation Undocumented
Instance Variable _cascading Undocumented
def __call__(self, fn: Callable[..., _TT]) -> _declared_directive[_TT]: (source)

Undocumented

def __delete__(self, instance: Any): (source)

Undocumented

def __get__(self, instance: Optional[object], owner: Any) -> _T: (source)
def __init__(self, fn: Callable[..., _T], cascading: bool = False): (source)
def __set__(self, instance: Any, value: Any): (source)

Undocumented