blob: 63053785d268039aca924ef88818bb9692fcb4e2 (
plain) (
blame)
1
2
3
4
5
|
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
|