MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / __init__

Method __init__

tests/test_scene_manager.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 """Fake callback used for testing. Tracks the frame numbers the callback was invoked with."""
88
89 def __init__(self):
90 self.scene_list: list[int] = []
91
92 def get_callback_lambda(self):
93 """For testing using a lambda.."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected