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

Class OptionParseFailure

scenedetect/_cli/config.py:41–46  ·  view source on GitHub ↗

Raised when a value provided in a user config file fails validation.

Source from the content-addressed store, hash-verified

39
40
41class OptionParseFailure(Exception):
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
49class ValidatedValue(ABC):

Callers 8

from_configMethod · 0.85
from_configMethod · 0.85
from_configMethod · 0.85
from_configMethod · 0.85
from_configMethod · 0.85
__init__Method · 0.85
from_configMethod · 0.85
from_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected