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

Method __add__

scenedetect/common.py:663–666  ·  view source on GitHub ↗
(self, other: "TimecodeLike")

Source from the content-addressed store, hash-verified

661 return self
662
663 def __add__(self, other: "TimecodeLike") -> "FrameTimecode":
664 to_return = FrameTimecode(timecode=self)
665 to_return += other
666 return to_return
667
668 def __isub__(self, other: "TimecodeLike") -> "FrameTimecode":
669 # Narrow `other`'s internal time once so pyright can track it through the dispatch below.

Callers

nothing calls this directly

Calls 1

FrameTimecodeClass · 0.85

Tested by

no test coverage detected