MCPcopy Create free account
hub / github.com/rawpython/remi / set_autoplay

Method set_autoplay

remi/gui.py:4205–4209  ·  view source on GitHub ↗
(self, autoplay)

Source from the content-addressed store, hash-verified

4203 self.set_loop(loop)
4204
4205 def set_autoplay(self, autoplay):
4206 if autoplay:
4207 self.attributes['autoplay'] = 'true'
4208 else:
4209 self.attributes.pop('autoplay', None)
4210
4211 def set_loop(self, loop):
4212 """Sets the VideoPlayer to restart video when finished.

Callers 1

__init__Method · 0.95

Calls 1

popMethod · 0.80

Tested by

no test coverage detected