(self)
| 690 | super().set_major_locator(locator) |
| 691 | |
| 692 | def clear(self): |
| 693 | # docstring inherited |
| 694 | super().clear() |
| 695 | self.set_ticks_position('none') |
| 696 | |
| 697 | |
| 698 | def _is_full_circle_deg(thetamin, thetamax): |
nothing calls this directly
no test coverage detected