Lazy#

Lazy evaluation attributes.

class lazyattr(func)[source]#

Bases: object

Attribute whose value is computed on first access.

func#