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

Method get_closed

lib/matplotlib/patches.py:1265–1267  ·  view source on GitHub ↗

Return whether the polygon is closed.

(self)

Source from the content-addressed store, hash-verified

1263 return self._path
1264
1265 def get_closed(self):
1266 """Return whether the polygon is closed."""
1267 return self._closed
1268
1269 def set_closed(self, closed):
1270 """

Callers 1

test_Polygon_closeFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_Polygon_closeFunction · 0.76