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

Class PointerApp

tests/test_app.py:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 """Test that the pointer shape updates."""
394
395 class PointerApp(App):
396 def compose(self) -> ComposeResult:
397 yield Static("Hello")
398 yield Button("Click me")
399
400 app = PointerApp()
401 async with app.run_test() as pilot:

Callers 1

test_pointer_shapeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pointer_shapeFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…