On Mon, May 12, 2008 at 1:21 PM, Nate Lowrie <[EMAIL PROTECTED]> 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. -- # p.d. _______________________________________________ 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]
