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

Method __init__

scenedetect/_cli/config.py:297–298  ·  view source on GitHub ↗
(self, value: str)

Source from the content-addressed store, hash-verified

295 """Strings that can contain escape sequences but can be a maximum of 1 character in length."""
296
297 def __init__(self, value: str):
298 super().__init__(value, length_limit=1)
299
300 @staticmethod
301 def from_config(config_value: str, default: "EscapedString") -> "EscapedChar":

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected