def __init__(self, ids, last_row=None): Row.__init__(self, ids, last_row) self.sets = {} self.cells = self.get_row_template() self.row_type = Row.BLOCK
def __init__(self, ids, last_row=None): Row.__init__(self, ids, last_row) self.row_type = Row.BORDER self.cells = [Cell(i) for i in range(Row.length)]