Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Breakthrough/PySceneDetect
/ __str__
Method
__str__
scenedetect/_cli/config.py:219–220 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
217
return
self._value
218
219
def
__str__(self) -> str:
220
return
"{:.3f}, {:.3f}, {:.3f}, {:.3f}"
.format(*self.value)
221
222
@staticmethod
223
def
from_config(config_value: str, default:
"ScoreWeightsValue"
) ->
"ScoreWeightsValue"
:
Callers
nothing calls this directly
Calls
1
format
Method · 0.80
Tested by
no test coverage detected