Get the hatch color.
(self)
| 974 | return Path.hatch(hatch, density) |
| 975 | |
| 976 | def get_hatch_color(self): |
| 977 | """Get the hatch color.""" |
| 978 | return self._hatch_color |
| 979 | |
| 980 | def set_hatch_color(self, hatch_color): |
| 981 | """Set the hatch color.""" |
no outgoing calls
no test coverage detected