def get_start_end_val()

in distill/segmentation/segment.py [0:0]


    def get_start_end_val(self):
        """
        Gets the start and end values of a given segment.

        :return: The start and end values of the given segment.
        """
        return self.start_end_val