Set the height of the rectangle.
(self, h)
| 761 | self.stale = True |
| 762 | |
| 763 | def set_height(self, h): |
| 764 | "Set the height of the rectangle." |
| 765 | self._height = h |
| 766 | self._update_y1() |
| 767 | self.stale = True |
| 768 | |
| 769 | def set_bounds(self, *args): |
| 770 | """ |
no test coverage detected