Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37416267
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-zope.cachedescriptors

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 5.0-alt1
Время сборки: 19 мая 2023, 12:20 ( 48.1 недели назад )
Размер архива: 14.96 Kb

Домашняя страница:   https://pypi.org/project/zope.cachedescriptors/

Лицензия: ZPL-2.1
О пакете: 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.

Текущий майнтейнер: Anton Vyatkin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-zope.cachedescriptors-tests
  • python3-module-zope.cachedescriptors
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin