A small fix for version v4.5.0.
Changes
In previous version, the cached
and cachedmethod
functions caught a KeyError
from the callback function, which led to the cached function being called again.
Thanks to
- @AlePiccin for the issue #20
A small fix for version v4.5.0.
In previous version, the cached
and cachedmethod
functions caught a KeyError
from the callback function, which led to the cached function being called again.