Get the length of the dash.
(self)
| 1523 | return self._twd_window_extent |
| 1524 | |
| 1525 | def get_dashlength(self): |
| 1526 | """ |
| 1527 | Get the length of the dash. |
| 1528 | """ |
| 1529 | return self._dashlength |
| 1530 | |
| 1531 | def set_dashlength(self, dl): |
| 1532 | """ |
no outgoing calls
no test coverage detected