Return the arrowstyle object.
(self)
| 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 | """ |
no outgoing calls
no test coverage detected