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

Method get_center

lib/matplotlib/patches.py:1783–1785  ·  view source on GitHub ↗

Return the center of the ellipse.

(self)

Source from the content-addressed store, hash-verified

1781 self.stale = True
1782
1783 def get_center(self):
1784 """Return the center of the ellipse."""
1785 return self._center
1786
1787 center = property(get_center, set_center)
1788

Callers 1

test_corner_centerFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_corner_centerFunction · 0.76