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