is this the right way to do subclasses?

John Salerno johnjsal at NOSPAMgmail.com
Wed Nov 8 16:33:17 EST 2006


Peter Otten wrote:

> Try it: Fighter(...) will implicitly call Character.__init__(...).

Ok, I'm confused! :) I thought you had to explicity call a base class's 
__init__ method? How is it doing this?



More information about the Python-list mailing list