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

Method isOpened

官方samples/video.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return True, buf
81
82 def isOpened(self):
83 return True
84
85class Book(VideoSynthBase):
86 def __init__(self, **kw):

Calls

no outgoing calls

Tested by

no test coverage detected