Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ update
Method
update
lib/sqlalchemy/ext/mutable.py:839–841 · lib/sqlalchemy/ext/mutable.py::MutableDict.update
(self, *a: Any, **kw: _VT)
Source
from the content-addressed store, hash-verified
837
self.changed()
838
839
def
update(self, *a: Any, **kw: _VT) -> None:
840
dict.update(self, *a, **kw)
841
self.changed()
842
843
if
TYPE_CHECKING:
844
Callers
1
__setstate__
Method · 0.95
Calls
2
update
Method · 0.45
changed
Method · 0.45
Tested by
no test coverage detected