Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/beeware/toga
/ __init__
Method
__init__
dummy/src/toga_dummy/dialogs.py:35–40 ·
view source on GitHub ↗
(self, title, message)
Source
from the content-addressed store, hash-verified
33
34
class
InfoDialog(BaseDialog):
35
def
__init__(self, title, message):
36
self._action(
37
"create InfoDialog"
,
38
title=title,
39
message=message,
40
)
41
42
43
class
QuestionDialog(BaseDialog):
Callers
nothing calls this directly
Calls
1
_action
Method · 0.80
Tested by
no test coverage detected