函数的装饰器
摘要:
# 案例一错误改变了源代码# import time# def func(x,y):# start=time.time()# time.sleep(3)# print("index %s %s" %(x,y))# stop=time.time()# print(stop-start)## func( 阅读全文
posted @ 2021-03-29 15:37 Double陈 阅读(28) 评论(0) 推荐(0) 编辑
posted @ 2021-03-29 15:37 Double陈 阅读(28) 评论(0) 推荐(0) 编辑
posted @ 2021-03-29 15:33 Double陈 阅读(80) 评论(0) 推荐(0) 编辑
posted @ 2021-03-29 15:32 Double陈 阅读(39) 评论(0) 推荐(0) 编辑
posted @ 2021-03-29 15:30 Double陈 阅读(57) 评论(0) 推荐(0) 编辑
posted @ 2021-03-29 15:29 Double陈 阅读(46) 评论(0) 推荐(0) 编辑
posted @ 2021-03-29 15:28 Double陈 阅读(49) 评论(0) 推荐(0) 编辑