class documentation

Apply memoized items to an object using a __getattr__ scheme. This allows the functionality of memoized_property and memoized_instancemethod to be available to a class using __slots__.

Method __getattr__ Undocumented
Class Variable __slots__ Undocumented
Method _fallback_getattr Undocumented