Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ messagebox.py
File
messagebox.py
Lib/tkinter/messagebox.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# tk common message boxes
2
#
3
# this module provides an interface to the native message boxes
4
# available in Tk 4.2 and newer.
Callers
nothing calls this directly
Calls
8
showinfo
Function · 0.85
showerror
Function · 0.85
askquestion
Function · 0.85
askokcancel
Function · 0.85
askyesno
Function · 0.85
askyesnocancel
Function · 0.85
askretrycancel
Function · 0.85
showwarning
Function · 0.70
Tested by
no test coverage detected