johnf wrote: > Hi, > I think I'll start adding small stuff first > Please review and add to the question wiki. > > > What, why and how of "doDefault()" > > What is “doDefault()”? > Executes the parent class event or method of the same name from within a > subclass.
does python use the term "event" ? if not, best not to introduce it. is doDefault() a dabo thing? I was under the impression it was python, but I am not finding that. I do see Super.foo() to call the parent classes foo(), wich will climb up till it finds foo defined. Is that the python way? Carl _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
