(self)
| 23 | @property |
| 24 | @gui.editor_attribute_decorator('WidgetSpecific','The autostart flag, if True the timer starts at creation', bool, {}) |
| 25 | def autostart(self): return self.__autostart |
| 26 | @autostart.setter |
| 27 | def autostart(self, v): |
| 28 | self.__autostart = v |