(self)
| 873 | self._autoscale_on = b |
| 874 | |
| 875 | def get_children(self): |
| 876 | return [self.label, self.offsetText, |
| 877 | *self.get_major_ticks(), *self.get_minor_ticks()] |
| 878 | |
| 879 | def _reset_major_tick_kw(self): |
| 880 | self._major_tick_kw.clear() |
nothing calls this directly
no test coverage detected