python-zope.cachedescriptors

Method and property caching decorators
  http://pypi.python.org/pypi/zope.cachedescriptors
  1
  1 review



Cached descriptors cache their output. They take into account instance attributes that they depend on, so when the instance attributes change, the descriptors will change the values they return.
Latest reviews
4
blueXrider 12 years ago

quite nice