Python Decorator
Table of Contents
Python 装饰器还是比较好玩的,有空写写。 占坑。
参考
- https://gist.github.com/Zearin/2f40b7b9cfc51132851a
- https://stackoverflow.com/questions/10294014/python-decorator-best-practice-using-a-class-vs-a-function
- https://www.quora.com/What-are-common-uses-of-Python-decorators
- http://blog.thedigitalcatonline.com/blog/2015/04/23/python-decorators-metaprogramming-with-style/
- https://www.zhihu.com/question/31265857
- https://kknews.cc/zh-tw/other/5ge88xl.html