def tuple(self): "Returns the tuple representation of this LineString." return tuple(self[i] for i in range(len(self)))