Get the formatter of the major ticker.
(self)
| 1782 | return self.minor.locator |
| 1783 | |
| 1784 | def get_major_formatter(self): |
| 1785 | """Get the formatter of the major ticker.""" |
| 1786 | return self.major.formatter |
| 1787 | |
| 1788 | def get_minor_formatter(self): |
| 1789 | """Get the formatter of the minor ticker.""" |
no outgoing calls