Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_cascade.py:68–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
@classmethod
67
def
setup_classes(cls):
68
class
User(cls.Comparable):
69
pass
70
71
class
Address(cls.Comparable):
72
pass
Callers
15
test_delete_skips_lazy_raise
Method · 0.70
test_list_assignment_new
Method · 0.70
test_list_assignment_replace
Method · 0.70
test_save_update_sends_pending
Method · 0.70
test_remove_pending_from_collection
Method · 0.70
test_remove_pending_from_pending_parent
Method · 0.70
test_delete
Method · 0.70
test_delete_unloaded_collections
Method · 0.70
test_cascades_onlycollection
Method · 0.70
test_cascade_nosideeffects
Method · 0.70
test_cascade_delete_plusorphans
Method · 0.70
test_collection_orphans
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_delete_skips_lazy_raise
Method · 0.56
test_list_assignment_new
Method · 0.56
test_list_assignment_replace
Method · 0.56
test_save_update_sends_pending
Method · 0.56
test_remove_pending_from_collection
Method · 0.56
test_remove_pending_from_pending_parent
Method · 0.56
test_delete
Method · 0.56
test_delete_unloaded_collections
Method · 0.56
test_cascades_onlycollection
Method · 0.56
test_cascade_nosideeffects
Method · 0.56
test_cascade_delete_plusorphans
Method · 0.56
test_collection_orphans
Method · 0.56