r"""Return the list of `~.text.Text`\s in the legend.
(self)
| 1024 | if isinstance(h, Patch)]) |
| 1025 | |
| 1026 | def get_texts(self): |
| 1027 | r"""Return the list of `~.text.Text`\s in the legend.""" |
| 1028 | return silent_list('Text', self.texts) |
| 1029 | |
| 1030 | def set_alignment(self, alignment): |
| 1031 | """ |