Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ update
Method
update
lib/sqlalchemy/ext/mutable.py:843–845 ·
view source on GitHub ↗
(self, *a: Any, **kw: _VT)
Source
from the content-addressed store, hash-verified
841
self.changed()
842
843
def
update(self, *a: Any, **kw: _VT) -> None:
844
dict.update(self, *a, **kw)
845
self.changed()
846
847
if
TYPE_CHECKING:
848
Callers
1
__setstate__
Method · 0.95
Calls
2
update
Method · 0.45
changed
Method · 0.45
Tested by
no test coverage detected