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
5 lines
255 B
Text
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
|