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

Method compose

tests/test_reactive.py:754–755  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

752
753 class TestApp(App[None]):
754 def compose(self) -> ComposeResult:
755 yield TestContainer()
756
757 async with TestApp().run_test() as pilot:
758 assert message_senders == []

Callers

nothing calls this directly

Calls 3

TestContainerClass · 0.85
data_bindMethod · 0.80
TestWidgetClass · 0.70

Tested by

no test coverage detected