Return offset of the container.
(self)
| 790 | self.stale = True |
| 791 | |
| 792 | def get_offset(self): |
| 793 | """Return offset of the container.""" |
| 794 | return self._offset |
| 795 | |
| 796 | def get_bbox(self, renderer): |
| 797 | _, h_, d_ = mtext._get_text_metrics_with_cache( |
no outgoing calls
no test coverage detected