Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
178
class
_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