(self)
| 833 | return ttk.Scale(self.root, **kwargs) |
| 834 | |
| 835 | def test_configure_from(self): |
| 836 | widget = self.create() |
| 837 | self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=False) |
| 838 | |
| 839 | def test_configure_length(self): |
| 840 | widget = self.create() |
nothing calls this directly
no test coverage detected