Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Breakthrough/PySceneDetect
/ _installed_backends
Function
_installed_backends
tests/release/test_backends.py:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
37
def
_installed_backends():
38
return
[
39
name
for
name in BACKENDS
if
importlib.util.find_spec(_BACKEND_PACKAGE[name]) is not None
40
]
41
42
43
@pytest.mark.release
Callers
2
test_cross_backend_consistency
Function · 0.85
test_cross_backend_threshold_determinism
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected