traveler.templates.randomable.lazy_property# class traveler.templates.randomable.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.