热门标签
更多>
搜索结果
查询Tags标签: delitem,共有 2条记录-
Python 类的__setitem__(),__getitem()__,__delitem__()方法
参考:https://www.cnblogs.com/royfans/p/8191253.htmlhttps://blog.51cto.com/unixman/1651922__xxxitem__:使用 [] 的方式操作属性时被调用__setitem__:每当属性被赋值的时候都会调用该方法,因此不能再该方法内赋值 self.name = value 会死循环__getitem__:一般如果想…
2021/8/12 9:36:23 人评论 次浏览 -
Python 类的__setitem__(),__getitem()__,__delitem__()方法
参考:https://www.cnblogs.com/royfans/p/8191253.htmlhttps://blog.51cto.com/unixman/1651922__xxxitem__:使用 [] 的方式操作属性时被调用__setitem__:每当属性被赋值的时候都会调用该方法,因此不能再该方法内赋值 self.name = value 会死循环__getitem__:一般如果想…
2021/8/12 9:36:23 人评论 次浏览