(self)
| 758 | self.checkParam(widget, 'width', 0, expected=1) |
| 759 | |
| 760 | def test_configure_wrap(self): |
| 761 | widget = self.create() |
| 762 | self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word') |
| 763 | |
| 764 | def test_bbox(self): |
| 765 | widget = self.create() |
nothing calls this directly
no test coverage detected