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

Method __init__

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

Source from the content-addressed store, hash-verified

60
61class ErrorDialog(BaseDialog):
62 def __init__(self, title, message):
63 self._action(
64 "create ErrorDialog",
65 title=title,
66 message=message,
67 )
68
69
70class StackTraceDialog(BaseDialog):

Callers

nothing calls this directly

Calls 1

_actionMethod · 0.80

Tested by

no test coverage detected