MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / pause

Method pause

deeplabcut/gui/tracklet_toolbox.py:202–204  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 self.viz.slider.set_val(i)
201
202 def pause(self):
203 self.can_run.clear()
204 self.paused = True
205
206 def resume(self):
207 self.can_run.set()

Callers 1

toggleMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected