Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create_extra
Method
create_extra
Lib/idlelib/query.py:125–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
self.button_cancel.grid(column=2, row=99, padx=5)
124
125
def
create_extra(self):
pass
# Override to add widgets.
126
127
def
showerror(self, message, widget=None):
128
#self.bell(displayof=self)
Callers
1
create_widgets
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected