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

Method path

scenedetect/backends/opencv.py:166–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164
165 @property
166 def path(self) -> str:
167 if self._is_device:
168 assert isinstance(self._path_or_device, int)
169 return f"Device {self._path_or_device}"
170 assert isinstance(self._path_or_device, str)
171 return self._path_or_device
172
173 @property
174 def name(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected