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

Class RefreshApp

tests/tree/test_node_refresh.py:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class RefreshApp(App[None]):
24
25 def compose(self) -> ComposeResult:
26 yield HistoryTree()
27
28 def on_mount(self) -> None:
29 self.query_one(HistoryTree).root.expand_all()
30
31
32async def test_initial_state() -> None:

Callers 4

test_initial_stateFunction · 0.70
test_root_refreshFunction · 0.70
test_child_refreshFunction · 0.70
test_grandchild_refreshFunction · 0.70

Calls

no outgoing calls

Tested by 4

test_initial_stateFunction · 0.56
test_root_refreshFunction · 0.56
test_child_refreshFunction · 0.56
test_grandchild_refreshFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…