MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / update

Method update

lib/sqlalchemy/util/_immutabledict_cy.py:141–142  ·  view source on GitHub ↗
(self, *arg: Any, **kw: Any)

Source from the content-addressed store, hash-verified

139 _immutable_fn(self)
140
141 def update(self, *arg: Any, **kw: Any) -> NoReturn:
142 _immutable_fn(self)
143
144 # ImmutableDictBase end
145

Callers 1

_union_otherMethod · 0.45

Calls 1

_immutable_fnFunction · 0.85

Tested by

no test coverage detected