Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestContainer
Class · 0.85
data_bind
Method · 0.80
TestWidget
Class · 0.70
Tested by
no test coverage detected