(self, path, transform=None)
| 692 | self._update_clip_properties() |
| 693 | |
| 694 | def set_clip_path(self, path, transform=None): |
| 695 | # docstring inherited. |
| 696 | super().set_clip_path(path, transform) |
| 697 | self._update_clip_properties() |
| 698 | |
| 699 | def set_clip_on(self, b): |
| 700 | # docstring inherited. |