Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ place_forget
Method
place_forget
Lib/tkinter/__init__.py:2737–2739 ·
view source on GitHub ↗
Unmap this widget.
(self)
Source
from the content-addressed store, hash-verified
2735
place = configure = config = place_configure
2736
2737
def
place_forget(self):
2738
""
"Unmap this widget."
""
2739
self.tk.call(
'place'
,
'forget'
, self._w)
2740
2741
forget = place_forget
2742
Callers
1
test_place_forget
Method · 0.80
Calls
1
call
Method · 0.45
Tested by
1
test_place_forget
Method · 0.64