Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_tkinter/support.py:43–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self.root.deiconify()
42
43
def
tearDown(self):
44
for
w in self.root.winfo_children():
45
w.destroy()
46
self.root.withdraw()
47
48
49
class
AbstractDefaultRootTest:
Callers
nothing calls this directly
Calls
2
winfo_children
Method · 0.80
destroy
Method · 0.45
Tested by
no test coverage detected