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

Method __str__

scenedetect/_cli/config.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 return str(self.value)
70
71 def __str__(self) -> str:
72 return str(self.value)
73
74
75class TimecodeValue(ValidatedValue):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected