Return the *xy1* value of the line.
(self)
| 1566 | super().draw(renderer) |
| 1567 | |
| 1568 | def get_xy1(self): |
| 1569 | """Return the *xy1* value of the line.""" |
| 1570 | return self._xy1 |
| 1571 | |
| 1572 | def get_xy2(self): |
| 1573 | """Return the *xy2* value of the line.""" |
no outgoing calls