会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
TOP
坨之歌
The Bird of the Termes is my name, eating my wings to make me tame.
首页
联系
订阅
管理
2022年4月24日
Python 装饰器常用的创建方式及解析
摘要: 基础通用装饰器 源码示例 def wrapper_out(func): print('-- wrapper_out start --') def inner(*args, **kwargs): print("-- inner start --") ret = func(*args, **kwargs
阅读全文
posted @ 2022-04-24 14:51 羊驼之歌
阅读(66)
评论(0)
推荐(0)
编辑
公告