python decorator

Irmen de Jong irmen.NOSPAM at xs4all.nl
Wed Feb 22 13:05:31 EST 2017


On 22-2-2017 8:39, Argentinian Black ops lll wrote:
> Thanks for the quick response...! you saved me a lot of time, thank you!
> 

I don't know if you want/have to use your own custom caching decorator, but are you
aware of the lru_cache decorator that's part of the standard library?

https://docs.python.org/3/library/functools.html#functools.lru_cache


Irmen




More information about the Python-list mailing list