(self, ctxt)
| 3817 | return offset |
| 3818 | |
| 3819 | def _get_start(self, ctxt): |
| 3820 | try: |
| 3821 | return self.perform_get_start() |
| 3822 | except: |
| 3823 | log_error(traceback.format_exc()) |
| 3824 | return 0 |
| 3825 | |
| 3826 | def _get_length(self, ctxt): |
| 3827 | try: |
nothing calls this directly
no test coverage detected