Row.__init__()
# - - - R o w . _ _ i n i t _ _ def __init__(self, cbcHist): '''Constructor ''' self.cbcHist = cbcHist self._rowLabel = None self._cellList = [ None ] * cbcHist.nCols