Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Breakthrough/PySceneDetect
/ __init__
Method
__init__
scenedetect/platform.py:57–58 ·
view source on GitHub ↗
No-op.
(self, **kwargs)
Source
from the content-addressed store, hash-verified
55
""
"Provides a no-op tqdm-like object."
""
56
57
def
__init__(self, **kwargs):
58
""
"No-op."
""
59
60
def
update(self, n=1):
61
""
"No-op."
""
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected