Return the height of the ellipse.
(self)
| 1817 | self.stale = True |
| 1818 | |
| 1819 | def get_height(self): |
| 1820 | """Return the height of the ellipse.""" |
| 1821 | return self._height |
| 1822 | |
| 1823 | height = property(get_height, set_height) |
| 1824 |
no outgoing calls
no test coverage detected