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

Lines Matching full:getclasstree

18     getclasstree() - arrange classes so as to represent their hierarchy
706 """Recursive helper function for getclasstree()."""
715 def getclasstree(classes, unique=0):