MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / Child

Class Child

test/orm/test_cascade.py:3839–3840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3837 pass
3838
3839 class Child(cls.Comparable):
3840 pass
3841
3842 def _do_move_test(self, delete_old):
3843 Parent, Child = self.classes.Parent, self.classes.Child

Callers 3

_do_move_testMethod · 0.70
test_o2m_m2oMethod · 0.70
test_circular_sortMethod · 0.70

Calls

no outgoing calls

Tested by 3

_do_move_testMethod · 0.56
test_o2m_m2oMethod · 0.56
test_circular_sortMethod · 0.56