MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / update

Method update

lib/sqlalchemy/sql/base.py:1792–1795  ·  view source on GitHub ↗

Dictionary update() is not implemented for :class:`_sql.ColumnCollection`.

(self, iter_: Any)

Source from the content-addressed store, hash-verified

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

Callers 15

_mergeMethod · 0.45
_make_proxyMethod · 0.45
_cloneMethod · 0.45
reflectMethod · 0.45
copyMethod · 0.45
_replace_paramsMethod · 0.45
__setstate__Method · 0.45
_cloneMethod · 0.45
__setstate__Method · 0.45
_make_extra_fromsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected