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

Lines Matching refs:walktree

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