Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
185
class
_Seconds:
186
""
"Represents a time in seconds."
""
187
188
value: float
189
190
191
class
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