Get the width of the lines used to mark each event.
(self)
| 2064 | self._lineoffset = lineoffset |
| 2065 | |
| 2066 | def get_linewidth(self): |
| 2067 | """Get the width of the lines used to mark each event.""" |
| 2068 | return super().get_linewidth()[0] |
| 2069 | |
| 2070 | def get_linewidths(self): |
| 2071 | return super().get_linewidth() |
nothing calls this directly
no test coverage detected