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

Method update

test/orm/test_collection.py:1184–1185  ·  test/orm/test_collection.py::CollectionsTest.SetIsh.update
(self, other)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected