def schedule_line_split_update(self, *args): Clock.unschedule(self._update_chars_per_line) Clock.schedule_once(self._update_chars_per_line, 0.3)