Inheritance problem?

Pierre Barbier de Reuille pierre_dot_barbier at _nospam_cirad.fr
Fri Jan 6 07:24:39 EST 2006


Well, I would even add : don't use super !
Just call the superclass method :

MyClass.__init__(self)



Simon Percivall a écrit :
> Don't use self.__class__, use the name of the class.
> 



More information about the Python-list mailing list