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

Method get_arrowstyle

lib/matplotlib/patches.py:4566–4568  ·  view source on GitHub ↗

Return the arrowstyle object.

(self)

Source from the content-addressed store, hash-verified

4564 self.stale = True
4565
4566 def get_arrowstyle(self):
4567 """Return the arrowstyle object."""
4568 return self._arrow_transmuter
4569
4570 def set_mutation_scale(self, scale):
4571 """

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected