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

Function showerror

Lib/tkinter/messagebox.py:96–98  ·  view source on GitHub ↗

Show an error message

(title=None, message=None, **options)

Source from the content-addressed store, hash-verified

94
95
96def showerror(title=None, message=None, **options):
97 "Show an error message"
98 return _show(title, message, ERROR, OK, **options)
99
100
101def askquestion(title=None, message=None, **options):

Callers 3

show_socket_errorFunction · 0.90
view_fileFunction · 0.90
messagebox.pyFile · 0.85

Calls 1

_showFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…