Python 中的装饰器(decorator)
文章目录
decorator可作用于函数和类,功能有两个:
- Call proxy
- Interface proxy
Function Decorator
语法:
|
|
效果:
|
|
Call proxy示例:
|
|
Interface proxy示例:
|
|
decorator class:
|
|
Class Decorator
语法与function decorator类似
|
|
Decorator 参数
|
|
文章作者 josephpei
上次更新 2013-09-16