Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ grid
Method
grid
Lib/idlelib/sidebar.py:455–456 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
453
return
"break"
454
455
def
grid(self):
456
self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=2, pady=0)
457
458
def
change_callback(self):
459
if
self.is_shown:
Callers
1
init_widgets
Method · 0.95
Calls
1
grid
Method · 0.45
Tested by
no test coverage detected