MCPcopy 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

updateMethod · 0.45
filter_byMethod · 0.45
queryMethod · 0.45

Tested by

no test coverage detected