MCPcopy
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_backrefMethod · 0.70
test_updateMethod · 0.70
test_multi_updateMethod · 0.70
test_insertMethod · 0.70
test_one_to_many_1Method · 0.70
test_one_to_many_2Method · 0.70
test_child_moveMethod · 0.70
test_child_move_2Method · 0.70
test_one_to_oneMethod · 0.70
test_bidirectionalMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_backrefMethod · 0.56
test_updateMethod · 0.56
test_multi_updateMethod · 0.56
test_insertMethod · 0.56
test_one_to_many_1Method · 0.56
test_one_to_many_2Method · 0.56
test_child_moveMethod · 0.56
test_child_move_2Method · 0.56
test_one_to_oneMethod · 0.56
test_bidirectionalMethod · 0.56