(self)
| 885 | return self._edgecolors |
| 886 | |
| 887 | def _get_default_edgecolor(self): |
| 888 | # This may be overridden in a subclass. |
| 889 | return mpl.rcParams['patch.edgecolor'] |
| 890 | |
| 891 | def get_hatchcolor(self): |
| 892 | if cbook._str_equal(self._hatchcolors, 'edge'): |
no outgoing calls
no test coverage detected