随笔分类 -  python

摘要:## 1.异步无参装饰器 ```python import time from functools import wraps def total_time(func): @wraps(func) async def wrapper(*args, **kwargs): start = time.tim 阅读全文
posted @ 2023-08-03 16:05 lxd670 阅读(17) 评论(0) 推荐(0) 编辑
摘要:##### [内容都在下级目录中](https://www.cnblogs.com/lxd670/category/2278524.html) ![](https://img2023.cnblogs.com/blog/1910177/202306/1910177-20230620164520386- 阅读全文
posted @ 2023-02-23 16:46 lxd670 阅读(18) 评论(0) 推荐(0) 编辑