Taxon.__str__()
# - - - T a x o n . _ _ s t r _ _ def __str__ ( self ): '''Return a string representation of self. ''' return "%s [%s]" % (self.eng, self.sci)