MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / __str__

Method __str__

scenedetect/common.py:741–742  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

739 return self.seconds
740
741 def __str__(self) -> str:
742 return self.get_timecode()
743
744 def __repr__(self) -> str:
745 if isinstance(self._time, Timecode):

Callers

nothing calls this directly

Calls 1

get_timecodeMethod · 0.95

Tested by

no test coverage detected