MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / _on_timeout

Method _on_timeout

deeplabcut/gui/utils.py:206–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204 self._finish()
205
206 def _on_timeout(self):
207 if not self._running:
208 return
209 if self._result["error"] is None:
210 self._result["error"] = "Update check timed out."
211 self._abort_all()
212 self._finish()
213
214 def _abort_all(self):
215 for reply in list(self._replies.values()):

Callers

nothing calls this directly

Calls 2

_abort_allMethod · 0.95
_finishMethod · 0.95

Tested by

no test coverage detected