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

类中以双下划线開始的方法

时间:2017-06-02 15:45:13      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:data-   pes   htm   eth   pop   __new__   __del__   org   等等   

*參考:https://docs.python.org/2/reference/datamodel.html#special-method-names


一 经常使用:

(1)__init__

(2)__new__

(3)__del__

(4)__repr__

*等等


二 定制属性訪问:

(1)__getattr__

(2)__setattr__

(3)__delattr__


六 Emulating container types:

(1)__getitem__:

(2)__setitem__:

类中以双下划线開始的方法

标签:data-   pes   htm   eth   pop   __new__   __del__   org   等等   

原文地址:http://www.cnblogs.com/claireyuancy/p/6933475.html

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