Return the `ConnectionStyle` used.
(self)
| 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): |
no outgoing calls
no test coverage detected