This package allows one to tag methods that have may have their
result buffered to save redundant computation, as in:
@memoized_property
def name(self):
return some_expensive_load()
Installed Size: 32.8 kB
Architectures: all