Name: | python34-cached_property |
---|---|
Version: | 1.3.0 |
Release: | 7.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 31550 |
License: | BSD |
RPM: | python34-cached_property-1.3.0-7.el7.noarch.rpm |
Source RPM: | python-cached_property-1.3.0-7.el7.src.rpm |
Build Date: | Fri Oct 27 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pydanny/cached-property |
Summary: | 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. |