(self)
| 468 | return self._pos |
| 469 | |
| 470 | def get_anchor(self): |
| 471 | if self._anchor is None: |
| 472 | return self._axes.get_anchor() |
| 473 | else: |
| 474 | return self._anchor |
| 475 | |
| 476 | def get_subplotspec(self): |
| 477 | return self._axes.get_subplotspec() |
nothing calls this directly
no test coverage detected