Lazy attributes for Python objects
The lazy module provides a decorator to create lazy attributes. A lazy attribute is a computed attribute that is evaluated only once, the first time it is used. Subsequent uses return the results of the first call.
$
pkg install py311-lazyOrigin
devel/py-lazy
Size
100KiB
License
BSD2CLAUSE
Maintainer
bofh@FreeBSD.org
Dependencies
1 packages
Required by
2 packages