Return the spine position.
(self)
| 349 | self.stale = True |
| 350 | |
| 351 | def get_position(self): |
| 352 | """Return the spine position.""" |
| 353 | self._ensure_position_is_set() |
| 354 | return self._position |
| 355 | |
| 356 | def get_spine_transform(self): |
| 357 | """Return the spine transform.""" |
nothing calls this directly
no test coverage detected