Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536291
en ru br
ALT Linux repos
S:5.0-alt1

Group :: Development/Python3
RPM: python3-module-zope.cachedescriptors

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.0-alt1
Build date: 19 may 2023, 12:20 ( 49.0 weeks ago )
Size: 14.96 Kb

Home page:   https://pypi.org/project/zope.cachedescriptors/

License: ZPL-2.1
Summary: Method and property caching decorators
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.

Current maintainer: Anton Vyatkin

List of contributors

List of rpms provided by this srpm:

  • python3-module-zope.cachedescriptors-tests
  • python3-module-zope.cachedescriptors
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin