MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / close

Method close

scenedetect/platform.py:63–64  ·  view source on GitHub ↗

No-op.

(self)

Source from the content-addressed store, hash-verified

61 """No-op."""
62
63 def close(self):
64 """No-op."""
65
66 def set_description(self, desc=None, refresh=True):
67 """No-op."""

Callers 8

test_load_corrupt_statsFunction · 0.80
detect_scenesMethod · 0.80
runMethod · 0.80
save_imagesFunction · 0.80
split_video_ffmpegFunction · 0.80
__del__Method · 0.80
resetMethod · 0.80
_handle_eofMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_load_corrupt_statsFunction · 0.64