MCPcopy Index your code
hub / github.com/PyImageSearch/imutils / running

Method running

imutils/video/filevideostream.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 # not take into account if the producer has reached end of
82 # file stream.
83 def running(self):
84 return self.more() or not self.stopped
85
86 def more(self):
87 # return True if there are still frames in the queue. If stream is not stopped, try to wait a moment

Callers 1

Calls 1

moreMethod · 0.95

Tested by

no test coverage detected