MCPcopy
hub / github.com/Textualize/textual / _run_timer

Method _run_timer

src/textual/timer.py:143–148  ·  view source on GitHub ↗

Run the timer task.

(self)

Source from the content-addressed store, hash-verified

141 self._active.set()
142
143 async def _run_timer(self) -> None:
144 """Run the timer task."""
145 try:
146 await self._run()
147 except CancelledError:
148 pass
149
150 async def _run(self) -> None:
151 """Run the timer."""

Callers 1

_startMethod · 0.95

Calls 1

_runMethod · 0.95

Tested by

no test coverage detected