Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ _start
Method
_start
src/textual/timer.py:89–91 ·
view source on GitHub ↗
Start the timer.
(self)
Source
from the content-addressed store, hash-verified
87
return
target
88
89
def
_start(self) -> None:
90
""
"Start the timer."
""
91
self._task = create_task(self._run_timer(), name=self.name)
92
93
def
stop(self) -> None:
94
""
"Stop the timer."
""
Callers
6
set_timer
Method · 0.95
set_interval
Method · 0.95
add_worker
Method · 0.45
start_all
Method · 0.45
start
Method · 0.45
watch_has_focus
Method · 0.45
Calls
1
_run_timer
Method · 0.95
Tested by
no test coverage detected