(self, interval)
| 951 | |
| 952 | @BboxBase.intervaly.setter |
| 953 | def intervaly(self, interval): |
| 954 | self._points[:, 1] = interval |
| 955 | self.invalidate() |
| 956 | |
| 957 | @BboxBase.bounds.setter |
| 958 | def bounds(self, bounds): |
nothing calls this directly
no test coverage detected