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

Class _FrameNumber

scenedetect/common.py:178–181  ·  view source on GitHub ↗

Represents a time as a frame number.

Source from the content-addressed store, hash-verified

176
177@dataclass(frozen=True)
178class _FrameNumber:
179 """Represents a time as a frame number."""
180
181 value: int
182
183
184@dataclass(frozen=True)

Callers 3

__init__Method · 0.85
__iadd__Method · 0.85
__isub__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected