(self, path, transform=None)
| 250 | return children |
| 251 | |
| 252 | def set_clip_path(self, path, transform=None): |
| 253 | # docstring inherited |
| 254 | super().set_clip_path(path, transform) |
| 255 | self.gridline.set_clip_path(path, transform) |
| 256 | self.stale = True |
| 257 | |
| 258 | def contains(self, mouseevent): |
| 259 | """ |