MCPcopy 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
37def _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

Calls

no outgoing calls

Tested by

no test coverage detected