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

Method _abort_all

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

Source from the content-addressed store, hash-verified

212 self._finish()
213
214 def _abort_all(self):
215 for reply in list(self._replies.values()):
216 if reply is not None and reply.isRunning():
217 reply.abort()
218 reply.deleteLater()
219 self._replies.clear()
220
221 def _finish(self):
222 if not self._running:

Callers 2

cancelMethod · 0.95
_on_timeoutMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected