Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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)
Callers
15
test_simple_fk_many_times
Method · 0.45
test_update_post_criteria
Method · 0.45
test_update_no_params
Method · 0.45
test_update_literal_binds
Method · 0.45
test_update_custom_key_thing
Method · 0.45
test_update_ordered_custom_key_thing
Method · 0.45
test_update_broken_custom_key_thing
Method · 0.45
test_update_ordered_broken_custom_key_thing
Method · 0.45
test_correlated_update_five
Method · 0.45
test_correlated_update_six
Method · 0.45
test_correlated_update_seven
Method · 0.45
test_binds_that_match_columns
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected