(self)
| 371 | 'all', 'key', 'focus', 'focusin', 'focusout', 'none') |
| 372 | |
| 373 | def test_configure_validatecommand(self): |
| 374 | widget = self.create() |
| 375 | self.checkCommandParam(widget, 'validatecommand') |
| 376 | |
| 377 | def test_bbox(self): |
| 378 | self.assertIsBoundingBox(self.entry.bbox(0)) |
nothing calls this directly
no test coverage detected