Get the locator of the major ticker.
(self)
| 1774 | return self.label.get_text() |
| 1775 | |
| 1776 | def get_major_locator(self): |
| 1777 | """Get the locator of the major ticker.""" |
| 1778 | return self.major.locator |
| 1779 | |
| 1780 | def get_minor_locator(self): |
| 1781 | """Get the locator of the minor ticker.""" |
no outgoing calls