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

Method get_connectionstyle

lib/matplotlib/patches.py:4522–4524  ·  view source on GitHub ↗

Return the `ConnectionStyle` used.

(self)

Source from the content-addressed store, hash-verified

4520 self.stale = True
4521
4522 def get_connectionstyle(self):
4523 """Return the `ConnectionStyle` used."""
4524 return self._connector
4525
4526 @_docstring.interpd
4527 def set_arrowstyle(self, arrowstyle=None, **kwargs):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected