Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_thread
Function · 0.80
main
Function · 0.80
_run_script
Method · 0.80
run_powershell_script
Function · 0.80
run_powershell_command
Function · 0.80
Calls
1
show
Method · 0.80
Tested by
no test coverage detected