Hier.__contains__()
# - - - H i e r . _ _ c o n t a i n s _ _ def __contains__ ( self, c ): '''Does self has rank code c? Implements the 'in' operator. ''' return c in self.__rankMap