[Tutor] Subject: Re: it is ok that object.__init__ gets called multiple times?

claxo clazzt at arnet.com.ar
Thu Jun 12 04:11:30 CEST 2008


On Wed, 11 Jun 2008 20:47:48 -0400 Kent Johnson <kent37 at tds.net> wrote:
> This thread has both points of view:
> http://coding.derkeiler.com/Archive/Python/comp.lang.python/2004-12/4599.html
> 
> I think if you are using super() then your classes that inherit from
> object still need to call super().__init__(). If you are not using
> super I don't think it matters.
> 
> Kent

Yes, you are right. 
Thanks for the pointer Kent, the discussion there tells me the whys. 



More information about the Tutor mailing list