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

Method __init__

scenedetect/video_stream.py:55–60  ·  view source on GitHub ↗

Arguments: message: Additional context the backend can provide for the open failure.

(self, message: str = "Unknown backend error.")

Source from the content-addressed store, hash-verified

53 """Raised by a backend if opening a video fails."""
54
55 def __init__(self, message: str = "Unknown backend error."):
56 """
57 Arguments:
58 message: Additional context the backend can provide for the open failure.
59 """
60 super().__init__(message)
61
62
63class FrameRateUnavailable(VideoOpenFailure):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected