Return the *xy2* value of the line.
(self)
| 1570 | return self._xy1 |
| 1571 | |
| 1572 | def get_xy2(self): |
| 1573 | """Return the *xy2* value of the line.""" |
| 1574 | return self._xy2 |
| 1575 | |
| 1576 | def get_slope(self): |
| 1577 | """Return the *slope* value of the line.""" |
no outgoing calls