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

Method cancel

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

Source from the content-addressed store, hash-verified

159 self._timer.start(self._timeout_ms)
160
161 def cancel(self):
162 if not self._running:
163 return
164 self._silent = True
165 self._abort_all()
166 self._finish()
167
168 def _start_request(self, key: str, url: str):
169 req = QtNetwork.QNetworkRequest(QtCore.QUrl(url))

Callers 1

closeEventMethod · 0.80

Calls 2

_abort_allMethod · 0.95
_finishMethod · 0.95

Tested by

no test coverage detected