python中的decorator,可以将function装饰成变量,并能存取里面的变量和函数。
例子:https://cachetools.readthedocs.io/en/latest/index.html#cachetools.cached
实现一个get_access_token(),用了cachetools中的TTLCache,但client调用出现特定错时,需要重新获取,并且再次client调用。
python中的decorator,可以将function装饰成变量,并能存取里面的变量和函数。
例子:https://cachetools.readthedocs.io/en/latest/index.html#cachetools.cached
实现一个get_access_token(),用了cachetools中的TTLCache,但client调用出现特定错时,需要重新获取,并且再次client调用。
本文标题:Day 2609:学习
本文链接:https://www.haomeiwen.com/subject/spmzzdtx.html
网友评论