码迷,mamicode.com
首页 > 其他好文 > 详细

Inheritance: For Good or For Worse

时间:2020-02-25 09:29:49      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:eth   methods   trick   ict   types   method   ssi   fine   not   

1. Subclassing Built-In Types Is Tricky

Since Python 2.2, subclassing built-in types such as list or dict can be done but there is a major caveat: the code of the built-ins (written in C) does not call special methods overridden by user-defined classes.

 

 

 

 

 

 

 

 

end...

Inheritance: For Good or For Worse

标签:eth   methods   trick   ict   types   method   ssi   fine   not   

原文地址:https://www.cnblogs.com/neozheng/p/12359845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!