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

Method __repr__

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

Source from the content-addressed store, hash-verified

66 ...
67
68 def __repr__(self) -> str:
69 return str(self.value)
70
71 def __str__(self) -> str:
72 return str(self.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected