会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小默同学的个人博客
世上无难事,只怕有心人。
Nothing is difficult if you put your time into it.
博客园
首页
新随笔
联系
订阅
管理
2020年10月9日
python 中的内置装饰器
摘要: @property、@ .setter和@ .deleter的用法: @property 把属性装饰成get方法 给属性赋值时,会自动调用@property装饰的方法 只设置属性的@property 时,属性为只读 @ .setter 把属性装饰成set方法 给属性赋值时,会自动调用@score.s
阅读全文
posted @ 2020-10-09 16:57 小默同学
阅读(123)
评论(0)
推荐(0)
编辑
公告