MCPcopy Index your code
hub / github.com/rawpython/remi / autostart

Method autostart

editor/widgets/toolbox_scheduling.py:25–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected