xnomo3.py
Taxon.__len__()
Same as .nChildren().
.nChildren()
# - - - T a x o n . _ _ l e n _ _ - - - def __len__ ( self ): """Return the number of child taxa of self.""" return len(self.__childList)