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

Method get_fill

lib/matplotlib/patches.py:570–572  ·  view source on GitHub ↗

Return whether the patch is filled.

(self)

Source from the content-addressed store, hash-verified

568 self.stale = True
569
570 def get_fill(self):
571 """Return whether the patch is filled."""
572 return self._fill
573
574 # Make fill a property so as to preserve the long-standing
575 # but somewhat inconsistent behavior in which fill was an

Callers 2

create_artistsMethod · 0.45
_update_propMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected