Return the clipping behavior. See `.set_annotation_clip` for the meaning of the return value.
(self)
| 4850 | self.stale = True |
| 4851 | |
| 4852 | def get_annotation_clip(self): |
| 4853 | """ |
| 4854 | Return the clipping behavior. |
| 4855 | |
| 4856 | See `.set_annotation_clip` for the meaning of the return value. |
| 4857 | """ |
| 4858 | return self._annotation_clip |
| 4859 | |
| 4860 | def _get_path_in_displaycoord(self): |
| 4861 | """Return the mutated path of the arrow in display coordinates.""" |