Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ on_button_pressed
Method
on_button_pressed
tests/test_command.py:22–26 ·
view source on GitHub ↗
(self, event: Button.Pressed)
Source
from the content-addressed store, hash-verified
20
)
21
22
def
on_button_pressed(self, event: Button.Pressed) -> None:
23
if
event.button.id ==
"quit"
:
24
self.dismiss(True)
25
else
:
26
self.dismiss(False)
27
28
29
class
ModalApp(App):
Callers
nothing calls this directly
Calls
1
dismiss
Method · 0.80
Tested by
no test coverage detected