Return the face color.
(self)
| 341 | return self._edgecolor |
| 342 | |
| 343 | def get_facecolor(self): |
| 344 | """Return the face color.""" |
| 345 | return self._facecolor |
| 346 | |
| 347 | def get_hatchcolor(self): |
| 348 | """Return the hatch color.""" |
no outgoing calls
no test coverage detected