Return the `.Text` instance for the legend title.
(self)
| 1077 | self.stale = True |
| 1078 | |
| 1079 | def get_title(self): |
| 1080 | """Return the `.Text` instance for the legend title.""" |
| 1081 | return self._legend_title_box._text |
| 1082 | |
| 1083 | def get_window_extent(self, renderer=None): |
| 1084 | # docstring inherited |
no outgoing calls
no test coverage detected