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

Method is_filled

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

Source from the content-addressed store, hash-verified

267 return bool(len(self._path.vertices))
268
269 def is_filled(self):
270 return self._filled
271
272 def get_fillstyle(self):
273 return self._fillstyle

Callers 3

scatterMethod · 0.95
test_marker_fillstyleFunction · 0.95
get_markeredgecolorMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_marker_fillstyleFunction · 0.76