MCPcopy
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_timerMethod · 0.95
set_intervalMethod · 0.95
add_workerMethod · 0.45
start_allMethod · 0.45
startMethod · 0.45
watch_has_focusMethod · 0.45

Calls 1

_run_timerMethod · 0.95

Tested by

no test coverage detected