Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ TextSelectApp
Class
TextSelectApp
tests/test_selection.py:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
TEXT =
""
"😂❤️👍Select😊🙏😍\nme🔥💯😭😂❤️👍"
""
32
33
class
TextSelectApp(App):
34
def
compose(self) -> ComposeResult:
35
yield
Static(TEXT)
36
37
app = TextSelectApp()
38
async
with
app.run_test()
as
pilot:
Callers
1
test_double_width
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_double_width
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…