Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ showerror
Method
showerror
Lib/idlelib/config_key.py:76–78 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
74
self.create_widgets()
75
76
def
showerror(self, *args, **kwargs):
77
# Make testing easier. Replace in #30751.
78
messagebox.showerror(*args, **kwargs)
79
80
def
create_widgets(self):
81
# Basic entry key sequence.
Callers
3
ok
Method · 0.95
keys_ok
Method · 0.95
bind_ok
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected