(self)
| 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 |
nothing calls this directly
no test coverage detected