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

Method wait_until_complete

src/textual/_animator.py:588–590  ·  view source on GitHub ↗

Wait for any current and scheduled animations to complete.

(self)

Source from the content-addressed store, hash-verified

586 await self._idle_event.wait()
587
588 async def wait_until_complete(self) -> None:
589 """Wait for any current and scheduled animations to complete."""
590 await self._complete_event.wait()

Callers 2

_press_keysMethod · 0.80

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected