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

Class _Seconds

scenedetect/common.py:185–188  ·  view source on GitHub ↗

Represents a time in seconds.

Source from the content-addressed store, hash-verified

183
184@dataclass(frozen=True)
185class _Seconds:
186 """Represents a time in seconds."""
187
188 value: float
189
190
191class FrameTimecode:

Callers 3

__init__Method · 0.85
__iadd__Method · 0.85
__isub__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected