(self)
| 1487 | test_configure_activerelief = requires_tk(8, 7)(StandardOptionsTests.test_configure_activerelief) |
| 1488 | |
| 1489 | def test_configure_postcommand(self): |
| 1490 | widget = self.create() |
| 1491 | self.checkCommandParam(widget, 'postcommand') |
| 1492 | |
| 1493 | def test_configure_tearoff(self): |
| 1494 | widget = self.create() |
nothing calls this directly
no test coverage detected