MCPcopy Index your code
hub / github.com/python/cpython / Message

Class Message

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#

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…