Cell.__init__()
# - - - C e l l . _ _ i n i t _ _ def __init__ ( self, coord, text ): '''Constructor ''' self.coord = coord self.text = text.upper() self.__slotList = []