You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 25 / zope.cachedescriptors-4.2.0-1.lbn25.noarch

zope.cachedescriptors-4.2.0-1.lbn25.noarch

Package Attributes
RPM  zope.cachedescriptors-4.2.0-1.lbn25.noarch.rpm Architecture  noarch Size  47914 Created  2023/06/18 05:08:49 UTC
Package Specification
Summary Method and property caching decorators
Group Application/Internet
License UNKNOWN
Home Page http://pypi.python.org/pypi/zope.cachedescriptors
Description

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.

Persistent descriptors:

property

A simple computed property. See property.txt.

method

Idempotent method. The return values are cached based on method arguments and on any instance attributes that the methods are defined to depend on.

Note, only a cache based on arguments has been implemented so far.

See method.txt.

Cached Properties -----------------

Cached properties are computed properties that cache their computed values. They take into account instance attributes that they depend on, so when the instance attributes change, the properties will change the values they return.

Requires
python-setuptools  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
/bin/sh  
rpmlib(PayloadIsXz)  
Provides
python2.7dist(zope.cachedescriptors)
python2dist(zope.cachedescriptors)
zope.cachedescriptors
Obsoletes
zope.cachedescriptors-egginfo

Document Actions