Dear Users, I would like a class to inherit the methods from wxVTKRenderWindow, but to add a few lines of code to __init__ . I would prefer not to copy the whole init method from the inherited class into the inheriting class. What is the best approach for this? I guess that if I have an init in the inheriting class it would overide the init in the inherited class?
Yours faithfully, Wesley Brooks _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
