def __str__(self): class_name = get_class_name(self) return f'{class_name}{(self.row_col.row, self.row_col.col)}'
def __str__(self): class_name = utils.get_class_name(self) return f'{class_name}-{self.id}{tuple(self.center_pixel.round())}'
def __str__(self): class_name = utils.get_class_name(self) return f'{class_name}-{self.id}@{(self.center_pixel.round(2))}: heading: {round(self.heading, 2)}'