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

Class MyApp

tests/test_app.py:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class MyApp(App):
32 def compose(self) -> ComposeResult:
33 yield Input()
34 yield Button("Click me!")
35
36
37async def test_hover_update_styles():

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…