freebsd-ports/devel/py-lazy/pkg-descr

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