lazy_property

class ssapy.utils.lazy_property(fget)[source][source]

Bases: object

meant to be used for lazy evaluation of an object attribute. property should represent non-mutable data, as it replaces itself.