会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Twotigers
博客园
首页
新随笔
联系
管理
订阅
2018年7月26日
不实例化一个 class 的时候使用它的property
摘要: 1 class A: 2 @property 3 def name(self): 4 return "123" 5 6 7 print(A.name) # 8 9 10 class B(type): 11 @property 12 def name(cls): 13 return "123" 14 1...
阅读全文
posted @ 2018-07-26 11:40 两只老虎111
阅读(277)
评论(0)
推荐(0)
编辑
公告