Path 1: 2 calls (0.5)

list (2)

1def get_map_data(self) -> list[LineSet]:
2        """Passthru override."""
3        return Similar.get_map_data(self)
            

Path 2: 2 calls (0.5)

list (2)

1def get_map_data(self) -> list[LineSet]:
2        """Passthru override."""
3        return Similar.get_map_data(self)