The horizon.utils.memoized ModuleΒΆ

horizon.utils.memoized.memoized[source]

Decorator. Caches a function’s return value each time it is called. If called later with the same arguments, the cached value is returned (not reevaluated).

Previous topic

The horizon.utils.functions Module

Next topic

The horizon.utils.filters Module

This Page