python3-zope.cachedescriptors
Method and property caching decorators


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. Cached descriptors cache their data in _v_ attributes, so they are also useful for managing the computation of volatile attributes for persistent objects.

ZPL-2.1

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...