class documentation

Descriptor which proxies a function when the attribute is not present in dict This superclass is organized in a particular way with "memoized" and "non-memoized" implementation classes that are hidden from type checkers, as Mypy seems to not be able to handle seeing multiple kinds of descriptor classes used for the same attribute.

Class Method reset Undocumented
Method __delete__ Undocumented
Method __get__ Undocumented
Method __init__ Undocumented
Method __set__ Undocumented
Class Variable __doc__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable fget Undocumented
Method _reset Undocumented