Home | History | Annotate | Download | only in python2.7

Lines Matching full:roots

725     roots = []
733 elif c not in roots:
734 roots.append(c)
737 roots.append(parent)
738 return walktree(roots, children, None)