26 Jul
2002
26 Jul
'02
10:29 p.m.
From: "Ross Boylan" <RossBoylan@stanfordalumni.org>
What if you have more than one base class with the method defined? The implication of th example is that the non-extension class base class is used (though even that is not clear; would this work if Base had __init__?), but what if there are several non-extension base classes?
In my experience you simply shouldn't have several non-extension base classes.