python3-lazy

Lazy attributes for Python objects (Python 3)

Description

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.

This package installs the library for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/stefanholek/lazy


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-lazy