4.7.4. statsmodels.tools.decorators

4.7.4.1. Functions

get_function_name(func)

4.7.4.2. Classes

CachedAttribute(func[, cachename, resetlist])
CachedWritableAttribute(func[, cachename, ...])
OneTimeProperty(func) A descriptor to make special properties that become normal attributes.
ResettableCache([reset]) Dictionary whose elements mey depend one from another.
cache_writable([cachename, resetlist]) Decorator for CachedWritableAttribute
resettable_cache alias of ResettableCache

4.7.4.3. Exceptions

CacheWriteWarning