freebsd-ports/devel/py-lazy/pkg-descr
Kubilay Kocak f45ac5f904 [NEW] devel/py-lazy: 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.

WWW: https://pypi.python.org/pypi/lazy
2014-07-07 05:50:44 +00:00

5 lines
255 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://pypi.python.org/pypi/lazy