Lines Matching full:walktree
705 def walktree(classes, children, parent):712 results.append(walktree(children[c], children, c))738 return walktree(roots, children, None)