Idle function called every UPDATE_INTERVAL before the gui update. Useful to schedule tasks.
(self)
| 470 | use App.update_lock using external threads.''', exc_info=True) |
| 471 | |
| 472 | def idle(self): |
| 473 | """ Idle function called every UPDATE_INTERVAL before the gui update. |
| 474 | Useful to schedule tasks. """ |
| 475 | pass |
| 476 | |
| 477 | def _need_update(self, emitter=None, child_ignore_update=False): |
| 478 | if child_ignore_update: |