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

Method update

lib/sqlalchemy/ext/associationproxy.py:1795–1797  ·  view source on GitHub ↗
(
        self, __m: SupportsKeysAndGetItem[_KT, _VT], **kwargs: _VT
    )

Source from the content-addressed store, hash-verified

1793
1794 @overload
1795 def update(
1796 self, __m: SupportsKeysAndGetItem[_KT, _VT], **kwargs: _VT
1797 ) -> None: ...
1798
1799 @overload
1800 def update(

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected