toolrack.property

Property decorators.

class toolrack.property.cachedproperty(func: Callable[[Any], Any])

Decorator to a class method a cached property.

The property method is called just the first time for an instance, and its result cached.