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

Method __exit__

scenedetect/platform.py:79–80  ·  view source on GitHub ↗

No-op.

(self, type, value, traceback)

Source from the content-addressed store, hash-verified

77 """No-op."""
78
79 def __exit__(self, type, value, traceback):
80 """No-op."""
81
82
83# Try to import tqdm and the logging redirect, otherwise provide fake implementations..

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected