MCPcopy Create free account
hub / github.com/Netflix/void-model / prev_frame

Method prev_frame

VLM-MASK-REASONER/point_selector_gui.py:457–461  ·  view source on GitHub ↗

Go to previous frame

(self, step=1)

Source from the content-addressed store, hash-verified

455 self.update_frame_display()
456
457 def prev_frame(self, step=1):
458 """Go to previous frame"""
459 self.current_frame_idx = max(0, self.current_frame_idx - step)
460 self.frame_slider.set(self.current_frame_idx)
461 self.update_frame_display()
462
463 def next_frame(self, step=1):
464 """Go to next frame"""

Callers 1

setup_uiMethod · 0.95

Calls 1

update_frame_displayMethod · 0.95

Tested by

no test coverage detected