Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-cached_property - A cached-property for decorating methods in Python classes
- Description:
cached_property allows properties in Python classes to be cached until the cache
is invalidated or expired.
Packages
| python-cached_property-1.0.0-4.el7.src
[13 KiB] |
Changelog
by Adam Williamson (2015-03-25):
- python3 build only for Fedora (no python3 in RHEL6 or 7)
- provide python2-cached_property
- guard against BSD not being available
- only run tests on F>=22 (tox is too old on everything else)
|