Get the locator of the minor ticker.
(self)
| 1778 | return self.major.locator |
| 1779 | |
| 1780 | def get_minor_locator(self): |
| 1781 | """Get the locator of the minor ticker.""" |
| 1782 | return self.minor.locator |
| 1783 | |
| 1784 | def get_major_formatter(self): |
| 1785 | """Get the formatter of the major ticker.""" |
no outgoing calls