@@ -13,6 +13,9 @@ class Line:
def line(self):
return self._line
def length(self):
return len(self._line)
def includes_byte(self, byte: int) -> bool:
return self._byte_offset <= byte <= self._byte_end
The note is not visible to the blocked user.