会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
做梦当财神
首页
管理
2021年12月22日
Python 描述器
摘要: 一、问题 创建有额外功能的属性。 二、解决方案 描述器的定义: class Integer: def __init__(self, name): self.name = name def __get__(self, instance, owner): if instance is None: ret
阅读全文
posted @ 2021-12-22 10:00 做梦当财神
阅读(160)
评论(0)
推荐(0)
编辑
公告