Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ update_fn
Method
update_fn
test/orm/test_transaction.py:1359–1360 ·
view source on GitHub ↗
(s, u2)
Source
from the content-addressed store, hash-verified
1357
@testing.requires.savepoints
1358
def
test_rollback_ignores_clean_on_savepoint(self):
1359
def
update_fn(s, u2):
1360
u2.name =
"u2modified"
1361
1362
self._run_test(update_fn)
1363
Callers
nothing calls this directly
Calls
3
update
Method · 0.45
filter_by
Method · 0.45
query
Method · 0.45
Tested by
no test coverage detected