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

Class DummyApp

tests/test_gc.py:25–33  ·  view source on GitHub ↗

Dummy app with a few widgets.

Source from the content-addressed store, hash-verified

23 """Run a dummy app."""
24
25 class DummyApp(App):
26 """Dummy app with a few widgets."""
27
28 def compose(self) -> ComposeResult:
29 yield Header()
30 with Vertical():
31 yield Label("foo")
32 yield Label("bar")
33 yield Footer()
34
35 app = DummyApp()
36

Callers 1

run_appFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_appFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…