AttributeError: 'function' object has no attribute '_name_'
deflog(text):defdecorator(func):defwrapper(*args,**kw):print'%s%s():'%(text,func._name_)returnfunc(*args,**kw)returnwrapperreturndecorator@log('execute')defnow():print'2016-10-20'printnow()AttributeEr