Dictionary update() is not implemented for :class:`_sql.ColumnCollection`.
(self, iter_: Any)
| 1790 | raise NotImplementedError() |
| 1791 | |
| 1792 | def update(self, iter_: Any) -> NoReturn: |
| 1793 | """Dictionary update() is not implemented for |
| 1794 | :class:`_sql.ColumnCollection`.""" |
| 1795 | raise NotImplementedError() |
| 1796 | |
| 1797 | # https://github.com/python/mypy/issues/4266 |
| 1798 | __hash__: Optional[int] = None # type: ignore |
no outgoing calls
no test coverage detected