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

Method stats_manager

scenedetect/scene_manager.py:247–249  ·  view source on GitHub ↗

Getter for the StatsManager associated with this SceneManager, if any.

(self)

Source from the content-addressed store, hash-verified

245
246 @property
247 def stats_manager(self) -> StatsManager | None:
248 """Getter for the StatsManager associated with this SceneManager, if any."""
249 return self._stats_manager
250
251 @property
252 def crop(self) -> CropRegion | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected