会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
还有10天
博客园
首页
新随笔
联系
管理
订阅
2020年9月1日
装饰器property 为了把媳妇藏起来
摘要: class C(object): """ 为了不让用户直接访问属性,让他设置为私密的,然后让property去搞 """ def __init__(self): self._x = None @property def x(self): print("property") return self._
阅读全文
posted @ 2020-09-01 21:58 3ξ
阅读(86)
评论(0)
推荐(0)
编辑
公告