Day 2609:学习
2024-03-18 本文已影响0人
kafkaliu
python中的decorator,可以将function装饰成变量,并能存取里面的变量和函数。
例子:https://cachetools.readthedocs.io/en/latest/index.html#cachetools.cached
实现一个get_access_token(),用了cachetools中的TTLCache,但client调用出现特定错时,需要重新获取,并且再次client调用。