MCPcopy Index your code
hub / github.com/dpoulson/r2_control / stop

Method stop

Hardware/Scripts/ScriptThread.py:49–53  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

47 return
48
49 def stop(self, timeout=None):
50 if __debug__:
51 print(f"Stop called on {self.script}")
52 self._stopevent.set()
53 # threading.Thread.join(self, timeout)
54
55 def parse_row(self, row):
56 print(f"Row: {row}")

Callers 7

doAnimationFunction · 0.80
jquery-3.6.0.jsFile · 0.80
jquery-ui.min.jsFile · 0.80
aFunction · 0.80
jquery-ui.jsFile · 0.80
stop_scriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected