MCPcopy Index your code
hub / github.com/python/cpython / pack_forget

Method pack_forget

Lib/tkinter/__init__.py:2678–2680  ·  view source on GitHub ↗

Unmap this widget and do not use it for the packing order.

(self)

Source from the content-addressed store, hash-verified

2676 pack = configure = config = pack_configure
2677
2678 def pack_forget(self):
2679 """Unmap this widget and do not use it for the packing order."""
2680 self.tk.call('pack', 'forget', self._w)
2681
2682 forget = pack_forget
2683

Callers 3

checkMethod · 0.80
test_pack_forgetMethod · 0.80
next_testFunction · 0.80

Calls 1

callMethod · 0.45

Tested by 3

checkMethod · 0.64
test_pack_forgetMethod · 0.64
next_testFunction · 0.64