def render(self, strong=False): addstr_params = [self.row, self.col, '[{}]'.format(self.label)] if strong: addstr_params.append(curses.A_BOLD) self.window.addstr(*addstr_params)