From 4ceb54d490541b454a086bbba70820c0807db10d Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 23 Apr 2023 14:28:11 -0400 Subject: dev-python/zope-cachedescriptors: treeclean Signed-off-by: Julien Roy --- dev-python/zope-cachedescriptors/metadata.xml | 41 --------------------------- 1 file changed, 41 deletions(-) delete mode 100644 dev-python/zope-cachedescriptors/metadata.xml (limited to 'dev-python/zope-cachedescriptors/metadata.xml') diff --git a/dev-python/zope-cachedescriptors/metadata.xml b/dev-python/zope-cachedescriptors/metadata.xml deleted file mode 100644 index d4b57c3..0000000 --- a/dev-python/zope-cachedescriptors/metadata.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - Julien Roy - julien@jroy.ca - - - 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 src/zope/cachedescriptors/property.rst. - - 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 src/zope/cachedescriptors/method.rst. - - - - Zope Foundation and Contributors - zope-dev@zope.org - - https://github.com/zopefoundation/zope.cachedescriptors/issues - https://github.com/zopefoundation/zope.cachedescriptors/blob/master/CHANGES.rst - zopefoundation/zope.cachedescriptors - zope.cachedescriptors - - -- cgit v1.2.3