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

Method action_quit

tests/test_screens.py:436–437  ·  view source on GitHub ↗
(self, quit: bool)

Source from the content-addressed store, hash-verified

434 ]
435
436 def action_quit(self, quit: bool) -> None:
437 self.dismiss(quit)
438
439 results: list[bool] = []
440

Callers

nothing calls this directly

Calls 1

dismissMethod · 0.80

Tested by

no test coverage detected