(self)
| 663 | self.checkBooleanParam(widget, 'autoseparators') |
| 664 | |
| 665 | def test_configure_blockcursor(self): |
| 666 | widget = self.create() |
| 667 | self.checkBooleanParam(widget, 'blockcursor') |
| 668 | |
| 669 | def test_configure_endline(self): |
| 670 | widget = self.create() |
nothing calls this directly
no test coverage detected