MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Message

Class Message

tools/python-3.11.9-amd64/Lib/tkinter/messagebox.py:61–64  ·  view source on GitHub ↗

A message box

Source from the content-addressed store, hash-verified

59# message dialog class
60
61class Message(Dialog):
62 "A message box"
63
64 command = "tk_messageBox"
65
66
67#

Callers 1

_showFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected