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

Method __init__

benchmark/evaluator.py:5–6  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3
4class Evaluator:
5 def __init__(self):
6 pass
7
8 def _load_scenes(self, scene_filename):
9 with open(scene_filename) as f:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected