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

Method __init__

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

Source from the content-addressed store, hash-verified

51
52class ConfirmDialog(BaseDialog):
53 def __init__(self, title, message):
54 self._action(
55 "create ConfirmDialog",
56 title=title,
57 message=message,
58 )
59
60
61class ErrorDialog(BaseDialog):

Callers

nothing calls this directly

Calls 1

_actionMethod · 0.80

Tested by

no test coverage detected