Return the length of the lines used to mark each event.
(self)
| 2030 | self.switch_orientation() |
| 2031 | |
| 2032 | def get_linelength(self): |
| 2033 | """Return the length of the lines used to mark each event.""" |
| 2034 | return self._linelength |
| 2035 | |
| 2036 | def set_linelength(self, linelength): |
| 2037 | """Set the length of the lines used to mark each event.""" |
no outgoing calls