MCPcopy
hub / github.com/ravendevteam/talon / start

Method start

ui_components/ui_loading_spinner.py:35–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 return QSize(d, d)
34
35 def start(self):
36 if not self._timer.isActive():
37 self._timer.start(self._interval)
38 self.show()
39 self.raise_()
40 self.update()
41
42 def stop(self):
43 self._timer.stop()

Callers 5

start_threadFunction · 0.80
mainFunction · 0.80
_run_scriptMethod · 0.80
run_powershell_scriptFunction · 0.80
run_powershell_commandFunction · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected