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

Method path

scenedetect/backends/pyav.py:166–168  ·  view source on GitHub ↗

Video path.

(self)

Source from the content-addressed store, hash-verified

164
165 @property
166 def path(self) -> str:
167 """Video path."""
168 return self._path
169
170 @property
171 def name(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected