Python中的多重装饰器
多重装饰器,即多个装饰器修饰同一个对象【实际上并非完全如此,且看下文详解】
1.装饰器无参数:
>>>deffirst(func):
print'%s()wasposttofirst()'%func.func_name
def_first(*args,**kw):
print'Callthefunction%s()in_first().'%func.func_name
returnfunc(*args,**kw)
return_first
>>>defsecond(func): print'%s()wasposttosecond()'%func.func_name def_second(*args,**kw): print'Callthefunction%s()in_second().'%func.func_name returnfunc(*args,**kw) return_second
>>>@first @second deftest():return'helloworld'
test()wasposttosecond() _second()wasposttofirst() >>>test() Callthefunction_second()in_first(). Callthefunctiontest()in_second(). 'helloworld' >>>
热门推荐
10 晚辈给长辈祝福语简短
11 新年公司祝福语简短牛年
12 鼠年同事祝福语简短创意
13 答谢生子祝福语简短独特
14 生完孩子祝福语简短
15 圣诞祝福语简短给师姐
16 祝福语送超市同事简短
17 致敬大国工匠祝福语简短
18 古风祝福语 唯美简短结婚