(self)
| 843 | test_configure_state = requires_tk(8, 6, 9)(StandardTtkOptionsTests.test_configure_state) |
| 844 | |
| 845 | def test_configure_to(self): |
| 846 | widget = self.create() |
| 847 | self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, conv=False) |
| 848 | |
| 849 | def test_configure_value(self): |
| 850 | widget = self.create() |
nothing calls this directly
no test coverage detected