Decorators
wraps = standard_wraps
module-attribute
An alias of the standard wraps function that implements wrapping.
cache = lru_cache(None)
module-attribute
An alias of the standard lru_cache function with unbounded cache.
cache_typed = lru_cache(None, typed=True)
module-attribute
A variantion of cache that uses types.