会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
龙渊阁
博客园
首页
新随笔
联系
订阅
管理
2014年3月24日
Python: 如何继承str/string?
摘要: 想搞一个对象继承自str,然后存一些额外信息用来标识这个字符串,然后理所当然地重写了__init__发现跪了: class newstring(str): def __init__(self, value, othervalue): str.__init__(self, value) self.othervalue = othervalueastring = newstring('hello...
阅读全文
posted @ 2014-03-24 11:56 紫红的泪
阅读(4312)
评论(2)
推荐(0)
编辑
公告