loop property

loop property

Loop Slide Show

Definition:

@property
def loop(self):
    ...

@loop.setter
def loop(self, value):
    ...

See Also