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

Method move_forward

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

Source from the content-addressed store, hash-verified

656 self.player.toggle()
657
658 def move_forward(self):
659 if self.curr_frame < self.manager.nframes - 1:
660 self.curr_frame += 1
661 self.slider.set_val(self.curr_frame)
662
663 def move_backward(self):
664 if self.curr_frame > 0:

Callers 1

on_pressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected