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

Method __float__

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

Source from the content-addressed store, hash-verified

736 return self.frame_num
737
738 def __float__(self) -> float:
739 return self.seconds
740
741 def __str__(self) -> str:
742 return self.get_timecode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected