MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_fillstyle

Method get_fillstyle

lib/matplotlib/markers.py:272–273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 return self._filled
271
272 def get_fillstyle(self):
273 return self._fillstyle
274
275 def _set_fillstyle(self, fillstyle):
276 """

Callers 14

_half_fillMethod · 0.95
_set_circleMethod · 0.95
_set_triangleMethod · 0.95
_set_squareMethod · 0.95
_set_diamondMethod · 0.95
_set_pentagonMethod · 0.95
_set_starMethod · 0.95
_set_hexagon1Method · 0.95
_set_hexagon2Method · 0.95
_set_octagonMethod · 0.95
_set_plus_filledMethod · 0.95
_set_x_filledMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_marker_fillstyleFunction · 0.76