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

Method __init__

scenedetect/_cli/config.py:699–702  ·  view source on GitHub ↗
(self, init_log: list[LogMessage], reason: Exception | None = None)

Source from the content-addressed store, hash-verified

697 """Raised when a user-specified configuration file fails to be loaded or validated."""
698
699 def __init__(self, init_log: list[LogMessage], reason: Exception | None = None):
700 super().__init__()
701 self.init_log = init_log
702 self.reason = reason
703
704
705class ConfigRegistry:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected