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

Method update

test/orm/test_collection.py:1183–1184  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1181 return self.data.pop()
1182
1183 def update(self, other):
1184 self.data.update(other)
1185
1186 def __iter__(self):
1187 return iter(self.data)

Calls

no outgoing calls

Tested by

no test coverage detected