(self)
| 1680 | self.annotation = annotation |
| 1681 | |
| 1682 | def save_offset(self): |
| 1683 | ann = self.annotation |
| 1684 | self.ox, self.oy = ann.get_transform().transform(ann.xyann) |
| 1685 | |
| 1686 | def update_offset(self, dx, dy): |
| 1687 | ann = self.annotation |
nothing calls this directly
no test coverage detected