Return True if event is within the patch.
(self, event)
| 3863 | self._active_handle = self._edge_order[e_idx] |
| 3864 | |
| 3865 | def _contains(self, event): |
| 3866 | """Return True if event is within the patch.""" |
| 3867 | return self._selection_artist.contains(event, radius=0)[0] |
| 3868 | |
| 3869 | @property |
| 3870 | def geometry(self): |
no test coverage detected