[ Source: python-memoized-property ]
Package: python3-memoized-property (1.0.3-2)
Links for python3-memoized-property
Debian Resources:
Download Source Package 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]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
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()
Other Packages Related to python3-memoized-property
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Download python3-memoized-property
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 5.4 kB | 32.0 kB | [list of files] |