2017年6月29日
摘要: 本文讲述`Python`继承关系中如何通过`super()`调用“父类”方法,`super(Type, CurrentClass)`返回`CurrentClass`的`MRO`中`Type`的下一个类的代理;以及如何设计`Python`类以便正确初始化。 阅读全文
posted @ 2017-06-29 16:05 珞樱缤纷 阅读(7846) 评论(0) 推荐(4) 编辑