Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ resume
Method
resume
deeplabcut/gui/tracklet_toolbox.py:206–208 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
204
self.paused = True
205
206
def
resume(self):
207
self.can_run.set()
208
self.paused = False
209
210
def
toggle(self):
211
if
self.paused:
Callers
3
toggle
Method · 0.95
forward
Method · 0.95
rewind
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected