This method is called whenever a Taxon
item is
indexed as T. It returns the T[i]th child taxon of self
if there is one; otherwise it raises iKeyError.
# - - - T a x o n . _ _ g e t i t e m _ _ - - -
def __getitem__ ( self, n ):
"""Get the nth child taxon of self.
"""
return self.__childList[n]