[ aramo ]
[ 源代码: python-memoized-property ]
软件包: python3-memoized-property (1.0.3-2)
python3-memoized-property 的相关链接
Trisquel 的资源:
下载源码包 python-memoized-property:
- [python-memoized-property_1.0.3-2.dsc]
- [python-memoized-property_1.0.3.orig.tar.gz]
- [python-memoized-property_1.0.3-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Team
- Steffen Moeller
- Nilesh Patra
外部的资源:
- 主页 [github.com]
相似软件包:
decorator to avoid redundant computation
This package allows one to tag methods that have may have their result buffered to save redundant computation, as in:
@memoized_property def name(self): return some_expensive_load()
其他与 python3-memoized-property 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)