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

Lines Matching refs:unique

463     The idea is for each object to have a unique origin, so this routine
715 def getclasstree(classes, unique=0):
720 containing a class and a tuple of its base classes. If the 'unique'
732 if unique and parent in classes: break