Ed Leafe wrote: > On Apr 7, 2007, at 1:09 PM, Carl Karsten wrote: > >> What do you mean by "fully finished instantiating"? - I can't see >> how any python >> code would run in the middle of it. > > In a class that is descended from several other classes, > initialization code in one level may be trying to access settings > that are established in another level that has yet to run. His class > has several possible levels for the afterInit() code:
ah - I was thinking of what happens between the line that creates the instance and the first line in the init. Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
