(self, interval)
| 1032 | |
| 1033 | @BboxBase.intervaly.setter |
| 1034 | def intervaly(self, interval): |
| 1035 | self._points[:, 1] = interval |
| 1036 | self.invalidate() |
| 1037 | |
| 1038 | @BboxBase.bounds.setter |
| 1039 | def bounds(self, bounds): |
nothing calls this directly
no test coverage detected