On Mon, May 12, 2008 at 12:56 PM, Ed Leafe <[EMAIL PROTECTED]> wrote: > On May 12, 2008, at 1:48 PM, Peter Decker wrote: > > >> def expandBranch(node): > >> node.expand() > >> for ChildNode in node.Children: > >> expandBranch(ChildNode) > >> > >> expandBranch(rootNodeOfBranch) > > > > Thanks; I had cooked up something like this already. I was wondering > > if there was a built-in way of doing this that I had missed. > > It wouldn't be too tough to add this to the class; any objections?
Nope. It has it uses for sure and I was sort of surprised to find it didn't have this already in. Go for it. _______________________________________________ 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/[EMAIL PROTECTED]
