class documentation

class memoized_attribute(memoized_property[_T]): (source)

View In Hierarchy

A read-only @property that is only evaluated once. :meta private:

Method __get__ Undocumented
Method __init__ Undocumented
Class Variable __doc__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable fget Undocumented

Inherited from generic_fn_descriptor:

Class Method reset Undocumented
Method __delete__ Undocumented
Method __set__ Undocumented
Method _reset Undocumented