Lazy attributes for Python objects

Edit Package python-lazy

Lazy attributes are computed attributes that are evaluated only once, the first time they are used. Subsequent uses return the results of the first call. They come handy when code should run
* late, i.e. just before it is needed, and
* once, i.e. not twice, in the lifetime of an object.

You can think of it as deferred initialization. The possibilities are endless.

Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename Size Changed
lazy-1.4.zip 0000010551 10.3 KB
python-lazy.changes 0000000837 837 Bytes
python-lazy.spec 0000001921 1.88 KB
Latest Revision
Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) committed (revision 1)
Comments 0
openSUSE Build Service is sponsored by