Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ move_backward
Method
move_backward
deeplabcut/gui/tracklet_toolbox.py:663–666 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
661
self.slider.set_val(self.curr_frame)
662
663
def
move_backward(self):
664
if
self.curr_frame > 0:
665
self.curr_frame -= 1
666
self.slider.set_val(self.curr_frame)
667
668
def
swap(self):
669
if
self.picked_pair:
Callers
1
on_press
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected