MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 1

messagebox.pyFile · 0.85

Calls 1

_showFunction · 0.85

Tested by

no test coverage detected