MCPcopy 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

adjustScrollsMethod · 0.80
test_grid_forgetMethod · 0.80
extension_selectedMethod · 0.80
hide_sidebarMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 1

test_grid_forgetMethod · 0.64