Path 1: 190 calls (1.0)

Column (190)

1def copy(self) -> "Column":
2        """Return a copy of this Column."""
3        return replace(self, _cells=[])