(self)
| 2002 | class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase): |
| 2003 | |
| 2004 | def test_frame(self): |
| 2005 | self._test_widget(ttk.Frame) |
| 2006 | |
| 2007 | def test_label(self): |
| 2008 | self._test_widget(ttk.Label) |
nothing calls this directly
no test coverage detected