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

Method __init__

scenedetect/_cli/config.py:80–83  ·  view source on GitHub ↗
(self, value: int | float | str)

Source from the content-addressed store, hash-verified

78 Stores value in original representation."""
79
80 def __init__(self, value: int | float | str):
81 # Ensure value is a valid timecode.
82 FrameTimecode(timecode=value, fps=100.0)
83 self._value = value
84
85 @property
86 def value(self) -> int | float | str:

Callers

nothing calls this directly

Calls 1

FrameTimecodeClass · 0.90

Tested by

no test coverage detected