cached_property() - computed once per instance, cached as attribute
Python 3.8 adds great descriptor to functools: cached_property. Technically all required APIs was available since python 3.6, but it is what it is. This package is a backport of this functionality for python 3.6 and 3.7.
$
pkg install py311-backports.cached-propertyOrigin
devel/py-backports.cached-property
Size
22.0KiB
License
MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
1 packages
Required by
0 packages