装饰器
摘要:
from functools import wraps# def a_new_decorator(a_func):# @wraps(a_func)# def wrapTheFunction():# print("I am doing some boring work before executing 阅读全文
posted @ 2017-08-29 13:38 Jt00 阅读(174) 评论(0) 推荐(0)
posted @ 2017-08-29 13:38 Jt00 阅读(174) 评论(0) 推荐(0)
posted @ 2017-08-29 13:37 Jt00 阅读(206) 评论(0) 推荐(0)