MCPcopy
hub / github.com/beeware/toga / __init__

Method __init__

dummy/src/toga_dummy/dialogs.py:44–49  ·  view source on GitHub ↗
(self, title, message)

Source from the content-addressed store, hash-verified

42
43class QuestionDialog(BaseDialog):
44 def __init__(self, title, message):
45 self._action(
46 "create QuestionDialog",
47 title=title,
48 message=message,
49 )
50
51
52class ConfirmDialog(BaseDialog):

Callers

nothing calls this directly

Calls 1

_actionMethod · 0.80

Tested by

no test coverage detected