Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_transaction.py:2359–2360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2357
@classmethod
2358
def
setup_classes(cls):
2359
class
User(cls.Comparable):
2360
pass
2361
2362
def
test_rollback_recover(self):
2363
users, User = self.tables.users, self.classes.User
Callers
15
test_no_close_transaction_on_flush
Method · 0.70
test_subtransaction_on_external_no_begin
Method · 0.70
test_external_nested_transaction
Method · 0.70
test_subtransaction_on_external_commit
Method · 0.70
test_subtransaction_on_external_rollback
Method · 0.70
test_savepoint_on_external
Method · 0.70
test_nested_accounting_new_items_removed
Method · 0.70
test_nested_accounting_deleted_items_restored
Method · 0.70
test_dirty_state_transferred_deep_nesting
Method · 0.70
test_transactions_isolated
Method · 0.70
test_twophase
Method · 0.70
test_invalidate
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_no_close_transaction_on_flush
Method · 0.56
test_subtransaction_on_external_no_begin
Method · 0.56
test_external_nested_transaction
Method · 0.56
test_subtransaction_on_external_commit
Method · 0.56
test_subtransaction_on_external_rollback
Method · 0.56
test_savepoint_on_external
Method · 0.56
test_nested_accounting_new_items_removed
Method · 0.56
test_nested_accounting_deleted_items_restored
Method · 0.56
test_dirty_state_transferred_deep_nesting
Method · 0.56
test_transactions_isolated
Method · 0.56
test_twophase
Method · 0.56
test_invalidate
Method · 0.56