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

Method refresh

tests/test_query.py:325–327  ·  view source on GitHub ↗
(self, *, repaint=None, layout=None, recompose=None)

Source from the content-addressed store, hash-verified

323
324 class MyWidget(Widget):
325 def refresh(self, *, repaint=None, layout=None, recompose=None):
326 super().refresh(repaint=repaint, layout=layout)
327 refreshes.append((repaint, layout))
328
329 class MyApp(App):
330 def compose(self):

Callers 4

test_query_refreshFunction · 0.45
test_root_refreshFunction · 0.45
test_child_refreshFunction · 0.45
test_grandchild_refreshFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected