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