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

Method tearDown

Lib/test/test_tkinter/support.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self.wantobjects = tkinter.wantobjects
56
57 def tearDown(self):
58 destroy_default_root()
59 tkinter._default_root = None
60 tkinter._support_default_root = self._old_support_default_root
61
62 def _test_widget(self, constructor):
63 # no master passing

Callers

nothing calls this directly

Calls 1

destroy_default_rootFunction · 0.85

Tested by

no test coverage detected