Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_unitofwork.py:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
@classmethod
52
def
setup_classes(cls):
53
class
User(cls.Comparable):
54
pass
55
56
class
Address(cls.Comparable):
57
pass
Callers
15
test_backref
Method · 0.70
test_update
Method · 0.70
test_multi_update
Method · 0.70
test_insert
Method · 0.70
test_clauseelement_accessor
Method · 0.70
test_one_to_many_1
Method · 0.70
test_one_to_many_2
Method · 0.70
test_child_move
Method · 0.70
test_child_move_2
Method · 0.70
test_o2m_delete_parent
Method · 0.70
test_one_to_one
Method · 0.70
test_bidirectional
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_backref
Method · 0.56
test_update
Method · 0.56
test_multi_update
Method · 0.56
test_insert
Method · 0.56
test_clauseelement_accessor
Method · 0.56
test_one_to_many_1
Method · 0.56
test_one_to_many_2
Method · 0.56
test_child_move
Method · 0.56
test_child_move_2
Method · 0.56
test_o2m_delete_parent
Method · 0.56
test_one_to_one
Method · 0.56
test_bidirectional
Method · 0.56