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

Method onelapsed

editor/widgets/toolbox_scheduling.py:45–49  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

43 @gui.decorate_set_on_listener("(self, emitter)")
44 @gui.decorate_event
45 def onelapsed(self, *args):
46 if not self.stop:
47 Timer(self.interval_milliseconds/1000.0, self.onelapsed).start()
48 self.stop = False
49 return ()
50
51 def stop(self, *args):
52 self.stop = True

Callers 2

__init__Method · 0.95
startMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected