MCPcopy
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
31class 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
39if __name__ == '__main__':
40 import sys

Callers 1

video_threaded.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected