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

Method __init__

scenedetect/stats_manager.py:72–75  ·  view source on GitHub ↗
(
        self, message: str = "Could not load frame metric data data from passed CSV file."
    )

Source from the content-addressed store, hash-verified

70 """Raised when frame metrics/stats could not be loaded from a provided CSV file."""
71
72 def __init__(
73 self, message: str = "Could not load frame metric data data from passed CSV file."
74 ):
75 super().__init__(message)
76
77
78##

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected