MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / callback

Method callback

tests/test_scene_manager.py:99–101  ·  view source on GitHub ↗
(image, frame_num)

Source from the content-addressed store, hash-verified

97 """For testing using a callback function."""
98
99 def callback(image, frame_num):
100 nonlocal self
101 self._callback(image, frame_num)
102
103 return callback
104

Callers 1

save_html_commandFunction · 0.80

Calls 1

_callbackMethod · 0.95

Tested by

no test coverage detected