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

Method __init__

scenedetect/detector.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 """
42
43 def __init__(self):
44 self._stats_manager: StatsManager | None = None
45
46 # Required Methods
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected