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

Class MyApp

tests/test_query.py:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 refreshes.append((repaint, layout))
328
329 class MyApp(App):
330 def compose(self):
331 yield MyWidget()
332
333 app = MyApp()
334 async with app.run_test() as pilot:

Callers 1

test_query_refreshFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_query_refreshFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…