Dictionary clear() is not implemented for :class:`_sql.ColumnCollection`.
(self)
| 1782 | raise NotImplementedError() |
| 1783 | |
| 1784 | def clear(self) -> NoReturn: |
| 1785 | """Dictionary clear() is not implemented for |
| 1786 | :class:`_sql.ColumnCollection`.""" |
| 1787 | raise NotImplementedError() |
| 1788 | |
| 1789 | def remove(self, column: Any) -> NoReturn: |
| 1790 | raise NotImplementedError() |