aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lazy/pkg-descr
blob: 8939113b3a5ff472f976d9d6f5876054d311db5e (plain) (blame)
1
2
3
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.