MCPcopy 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
49class AbstractDefaultRootTest:

Callers

nothing calls this directly

Calls 2

winfo_childrenMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected