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

Method toggle

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

Source from the content-addressed store, hash-verified

208 self.paused = False
209
210 def toggle(self):
211 if self.paused:
212 self.resume()
213 else:
214 self.pause()
215
216 def forward(self):
217 speed = self.speed

Callers

nothing calls this directly

Calls 2

resumeMethod · 0.95
pauseMethod · 0.95

Tested by

no test coverage detected