mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
5 lines
257 B
Text
5 lines
257 B
Text
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.
|
|
|
|
WWW: https://github.com/stefanholek/lazy
|