MCPcopy Index your code
hub / github.com/rawpython/remi / idle

Method idle

remi/server.py:472–475  ·  view source on GitHub ↗

Idle function called every UPDATE_INTERVAL before the gui update. Useful to schedule tasks.

(self)

Source from the content-addressed store, hash-verified

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:

Callers 1

_idle_loopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected