(self)
| 162 | 'insertborderwidth', 'padx', 'pady', 'width'} |
| 163 | |
| 164 | def setUp(self): |
| 165 | super().setUp() |
| 166 | if tk_version[:2] == (9, 0) and get_tk_patchlevel(self.root) < (9, 0, 2): |
| 167 | self._clipped = self._clipped - {'height', 'width'} |
| 168 | |
| 169 | |
| 170 | @add_configure_tests(StandardOptionsTests) |
nothing calls this directly
no test coverage detected