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

Method showerror

Lib/idlelib/outwin.py:127–128  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

125 pass
126
127 def showerror(self, *args, **kwargs):
128 messagebox.showerror(*args, **kwargs)
129
130 def goto_file_line(self, event=None):
131 """Handle request to open file/line.

Callers 1

goto_file_lineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected