Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ MyApp
Class
MyApp
tests/test_app.py:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
MyApp(App):
32
def
compose(self) -> ComposeResult:
33
yield
Input()
34
yield
Button(
"Click me!"
)
35
36
37
async
def
test_hover_update_styles():
Callers
11
test_hover_update_styles
Function · 0.70
test_setting_title
Function · 0.70
test_setting_sub_title
Function · 0.70
test_return_code_is_one_after_crash
Function · 0.70
test_click_chain_initial_repeated_clicks
Function · 0.70
test_click_chain_different_offset
Function · 0.70
test_click_chain_offset_changes_mid_chain
Function · 0.70
test_click_chain_time_outwith_threshold
Function · 0.70
test_app_loop
Function · 0.70
test_app_run_async
Function · 0.70
test_app_loop_run_after_asyncio_run
Function · 0.70
Calls
no outgoing calls
Tested by
11
test_hover_update_styles
Function · 0.56
test_setting_title
Function · 0.56
test_setting_sub_title
Function · 0.56
test_return_code_is_one_after_crash
Function · 0.56
test_click_chain_initial_repeated_clicks
Function · 0.56
test_click_chain_different_offset
Function · 0.56
test_click_chain_offset_changes_mid_chain
Function · 0.56
test_click_chain_time_outwith_threshold
Function · 0.56
test_app_loop
Function · 0.56
test_app_run_async
Function · 0.56
test_app_loop_run_after_asyncio_run
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…