MCPcopy
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
34class InfoDialog(BaseDialog):
35 def __init__(self, title, message):
36 self._action(
37 "create InfoDialog",
38 title=title,
39 message=message,
40 )
41
42
43class QuestionDialog(BaseDialog):

Callers

nothing calls this directly

Calls 1

_actionMethod · 0.80

Tested by

no test coverage detected