Return the line width in points.
(self)
| 353 | return self._hatch_color |
| 354 | |
| 355 | def get_linewidth(self): |
| 356 | """Return the line width in points.""" |
| 357 | return self._linewidth |
| 358 | |
| 359 | def get_linestyle(self): |
| 360 | """Return the linestyle.""" |
no outgoing calls
no test coverage detected