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

Method metric_keys

scenedetect/stats_manager.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115
116 @property
117 def metric_keys(self) -> ty.Iterable[str]:
118 return self._metric_keys
119
120 def register_metrics(self, metric_keys: ty.Iterable[str]) -> None:
121 """Register a list of metric keys that will be used by the detector."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected