(self)
| 356 | return ttk.Entry(self.root, **kwargs) |
| 357 | |
| 358 | def test_configure_invalidcommand(self): |
| 359 | widget = self.create() |
| 360 | self.checkCommandParam(widget, 'invalidcommand') |
| 361 | |
| 362 | def test_configure_show(self): |
| 363 | widget = self.create() |
nothing calls this directly
no test coverage detected