poppy.core.generic.cache module

class poppy.core.generic.cache.CachedProperty(method)[source]

Bases: object

A descriptor to cache the execution of a property, and sending the computed value again and again.