MCPcopy 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

toggleMethod · 0.95
forwardMethod · 0.95
rewindMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected