[ 原始碼: python-memoized-property ]
套件:python3-memoized-property(1.0.3-2)
python3-memoized-property 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [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)