traveler.templates.households.lazy_property#

class traveler.templates.households.lazy_property(func)[source]#

Bases: object

A descriptor for lazy evaluation of properties.

This is used to create lazy properties that are evaluated on first use.