2006年09月13日 星期三 11:40
好像基类如果不是继承自object的话,子类就没办法用super来调用父类的函数了。这是为什么呢?
2006年09月13日 星期三 11:44
On 9/13/06, mouqx xu <zsuxqm在gmail.com> wrote: > 好像基类如果不是继承自object的话,子类就没办法用super来调用父类的函数了。这是为什么呢? 因为从object继承就是new style class了,而super只能用于new style class。 -- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad
2006年09月13日 星期三 12:45
那什么是new style class? 文档里哪一章有说到?直接搜new style没找到 On 9/13/06, limodou <limodou at gmail.com> wrote: > On 9/13/06, mouqx xu <zsuxqm at gmail.com> wrote: > > 好像基类如果不是继承自object的话,子类就没办法用super来调用父类的函数了。这是为什么呢? > > 因为从object继承就是new style class了,而super只能用于new style class。 > > -- > I like python! > My Blog: http://www.donews.net/limodou > UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad > UliPad Maillist: http://groups.google.com/group/ulipad > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年09月13日 星期三 12:52
On 9/13/06, mouqx xu <zsuxqm在gmail.com> wrote: > 那什么是new style class? > 文档里哪一章有说到?直接搜new style没找到 > http://wiki.woodpecker.org.cn/moin/PyNewStyleClass?highlight=%28net%29%7C%28style%29 -- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad
Zeuux © 2025
京ICP备05028076号