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

Class SkipApp

tests/test_binding_inheritance.py:627–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 raise SkipAction()
626
627 class SkipApp(App):
628 def compose(self) -> ComposeResult:
629 yield Handle(NoHandle())
630
631 def on_mount(self) -> None:
632 self.query_one(NoHandle).focus()
633
634 async with SkipApp().run_test() as pilot:
635 # Check the NoHandle widget has focus

Callers 1

test_skip_actionFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_skip_actionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…