Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Breakthrough/PySceneDetect
/ __init__
Method
__init__
scenedetect/_cli/config.py:44–46 ·
view source on GitHub ↗
(self, error)
Source
from the content-addressed store, hash-verified
42
""
"Raised when a value provided in a user config file fails validation."
""
43
44
def
__init__(self, error):
45
super().__init__()
46
self.error = error
47
48
49
class
ValidatedValue(ABC):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected