MCPcopy
hub / github.com/makelove/OpenCV-Python-Tutorial / get

Method get

官方samples/video_threaded.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 def ready(self):
35 return True
36 def get(self):
37 return self.data
38
39if __name__ == '__main__':
40 import sys

Calls

no outgoing calls

Tested by

no test coverage detected