Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/makelove/OpenCV-Python-Tutorial
/ DummyTask
Class
DummyTask
官方samples/video_threaded.py:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
DummyTask:
32
def
__init__(self, data):
33
self.data = data
34
def
ready(self):
35
return
True
36
def
get(self):
37
return
self.data
38
39
if
__name__ ==
'__main__'
:
40
import
sys
Callers
1
video_threaded.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected