Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/makelove/OpenCV-Python-Tutorial
/ ready
Method
ready
官方samples/video_threaded.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
Callers
1
video_threaded.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected