MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / _trigger_scheduled_update_check

Method _trigger_scheduled_update_check

deeplabcut/gui/window.py:328–331  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326 self._updater.check(silent=silent)
327
328 def _trigger_scheduled_update_check(self):
329 if self._closing:
330 return
331 self._updater.check(silent=self._scheduled_update_check_silent)
332
333 def _run_update_command(self, packages):
334 if not packages:

Callers

nothing calls this directly

Calls 1

checkMethod · 0.80

Tested by

no test coverage detected