On Tuesday 13 February 2007 10:03, Carl Karsten wrote: > 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
We use term "event" in Dabo all the time. But I doubt it's used in python outside of GUI's. "doDefault()" has been deprecated in favor of self.super() so my how to is not required. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
