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

Method __str__

scenedetect/_cli/config.py:254–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252 return self._value
253
254 def __str__(self) -> str:
255 if self._value is None:
256 return "auto"
257 return str(self._value)
258
259 @staticmethod
260 def from_config(config_value: str, default: "KernelSizeValue") -> "KernelSizeValue":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected