def abs_span(self): return Span(self.abs_start, self.abs_end)
def span(self): return Span(self._start, self._end)