(self)
| 1563 | return tkinter.Message(self.root, **kwargs) |
| 1564 | |
| 1565 | def test_configure_aspect(self): |
| 1566 | widget = self.create() |
| 1567 | self.checkIntegerParam(widget, 'aspect', 250, 0, -300) |
| 1568 | |
| 1569 | |
| 1570 | class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase): |
nothing calls this directly
no test coverage detected