会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Lucas_Yu
The blogs of Mr6 cover his work in clinical domain with the toolkit including statistics and machine learning and DoE etc..
博客园
首页
新随笔
联系
订阅
管理
2018年10月31日
super 小记
摘要: Python3.x 和 Python2.x 的一个区别是: Python 3 可以使用直接使用 super().xxx 代替 super(Class, self).xxx : Python3.x 实例: class A: pass class B(A): def add(self, x): supe
阅读全文
posted @ 2018-10-31 16:15 Lucas_Yu
阅读(136)
评论(0)
推荐(0)
编辑
公告