Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ grid_forget
Method
grid_forget
Lib/tkinter/__init__.py:2785–2787 ·
view source on GitHub ↗
Unmap this widget.
(self)
Source
from the content-addressed store, hash-verified
2783
columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure
2784
2785
def
grid_forget(self):
2786
""
"Unmap this widget."
""
2787
self.tk.call(
'grid'
,
'forget'
, self._w)
2788
2789
forget = grid_forget
2790
Callers
4
adjustScrolls
Method · 0.80
test_grid_forget
Method · 0.80
extension_selected
Method · 0.80
hide_sidebar
Method · 0.80
Calls
1
call
Method · 0.45
Tested by
1
test_grid_forget
Method · 0.64