(self)
| 1491 | self.checkCommandParam(widget, 'postcommand') |
| 1492 | |
| 1493 | def test_configure_tearoff(self): |
| 1494 | widget = self.create() |
| 1495 | self.checkBooleanParam(widget, 'tearoff') |
| 1496 | |
| 1497 | def test_configure_tearoffcommand(self): |
| 1498 | widget = self.create() |
nothing calls this directly
no test coverage detected