class documentation

class _non_memoized_property(generic_fn_descriptor[_T_co]): (source)

View In Hierarchy

a plain descriptor that proxies a function. primary rationale is to provide a plain attribute that's compatible with memoized_property which is also recognized as equivalent by mypy.

Method __get__ Undocumented

Inherited from generic_fn_descriptor:

Class Method reset Undocumented
Method __delete__ Undocumented
Method __init__ Undocumented
Method __set__ Undocumented
Class Variable __doc__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable fget Undocumented
Method _reset Undocumented
def __get__(self, obj, cls): (source)