MCPcopy 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

showinfoFunction · 0.85
showerrorFunction · 0.85
askquestionFunction · 0.85
askokcancelFunction · 0.85
askyesnoFunction · 0.85
askyesnocancelFunction · 0.85
askretrycancelFunction · 0.85
showwarningFunction · 0.70

Tested by

no test coverage detected