Close the column.
(self)
| 3955 | self.table._set_column_indexing(self.pathname, False) |
| 3956 | |
| 3957 | def close(self) -> None: |
| 3958 | """Close the column.""" |
| 3959 | self.__dict__.clear() |
| 3960 | |
| 3961 | def __str__(self) -> str: |
| 3962 | """Return the string representation for this object.""" |